Microblogging is a broadcast medium that exists in the form of blogging. Microblogs "allow users to exchange small elements of content such as short sentences, individual images, or video links".
Questions tagged [microblogging]
21 questions
10
votes
2 answers
Any idea about QQ API (Chinese facebook,twitter)?
Is there any API for QQ services (www.qq.com)? Or any developer program? Is there any way to integrate their services in third party apps? I am interested in their microblog, photo album and status services. I translated and searched but couldn't…

Morison
- 1,145
- 3
- 18
- 35
5
votes
2 answers
Highly scalable tags on Google App Engine (Python)
I have a lot of (e.g.) posts, that marked with one or more tags. Post can be created or deleted, and also user can make search request for one or more tags (combined with logical AND).
First idea that came to my mind was a simple model
class…

gordon-quad
- 734
- 5
- 15
3
votes
3 answers
Microblogging engine in Java
Is anybody aware of any open source Twitter/Identica-like microblogging engines written in Java? My basic requirements are that users should be able to
Write short comments on some entities in the web application
Customize privacy features, like…

Vivek Pandey
- 31
- 2
- 4
2
votes
1 answer
JBoss Microblogging - Is there one?
Simple(ish) question, is anyone aware of a microblogging service I can run on a JBOSS server?

mhollander38
- 775
- 3
- 11
- 22
1
vote
1 answer
How do I get all the toots in Mastodon API to delete them?
How can I get all the toot IDs that I've tooted?
I want to delete all of my toots (status posts) at Mastodon but can't get all the toots.
It would be easier if I delete my account, though I want to keep my account alive and clean up all the mess…

KEINOS
- 1,050
- 2
- 13
- 32
1
vote
1 answer
Blogger Old Post not showing on landing page
I have a blog from blogger and one of my issues is my very first blog post is showing on a seperate page when you hit the landing page.
www.westworldtheories.com
Any new posts I make work fine and show on the landing page but the old one does not…

G Gr
- 6,030
- 20
- 91
- 184
1
vote
3 answers
Private Microblogging/Twitter-like Service
Are there any cloud based private Twitter-like services out there?
I am working for a client who needs a service like this implemented, but we don't have the time or budget to create one from scratch.
I am looking for something with a REST api where…

Dylan
- 2,614
- 2
- 18
- 21
1
vote
0 answers
jquery and css code for an activity stream
I 've made a simple live message stream with node.js and socket.io
I use jquery's .prepend for every new message and with some simple html to look a little bit better on the browser, but I was wondering if there is an open source project for this…

x_maras
- 2,177
- 1
- 25
- 34
0
votes
1 answer
Rails: Making User's Micropost show on another model
I have a User model that can post microblogs and it shows up on the user show page but I was wondering how would I be able to show the user made microblogs onto a model that the user belongs to for instance in this case a school. Users belong to…

Kellogs
- 471
- 1
- 4
- 17
0
votes
1 answer
Embeddable Enterprise Collaboration (Microblogging) Engine
Short Version (tl;dr):
Is there an open source or commercial engine that provides embeddable collaboration and microblogging functionality?
Long Version:
I am creating a niche application that has need of this functionality and do not want to…

Mafuba
- 603
- 6
- 19
0
votes
3 answers
How to add microblogging functionality to my website
I have come across Laconica, which seems to have all (and possibly, more than) the functionality I want to add to my site. However, unless I am very much mistaken, it is a standalone application, and can't be integrated into an existing website (I…

oompahloompah
- 9,087
- 19
- 62
- 90
0
votes
1 answer
axios header Authorization using vue.js
I am trying to use a header token with axios. However I am presented with a CORS error as I am clearly not passing over the token correctly (moving to a not authorized feed works)
Here is my http-common.js file
const token =…

adamprocter
- 856
- 1
- 15
- 31
0
votes
2 answers
Micro-blogging software used at intranet, and open-sourced, with file attachment
Our company wants to build a message-sharing system in intranet, like twitter or facebook but with file attachment in order to share messages or files quickly.
I have surveyed some micro-blogging systems like below:
Google Wave…

stephon
- 103
- 1
- 1
- 5
0
votes
1 answer
What is the Standard Way to Make Anchor Link with Attributes: Title, rel, target?
Experts
I am confused as how to add the following attribute in the anchor links.
What should be the sequence ?
1:
Copy Blogger Themes
2:

bradly
- 25
- 1
- 8
0
votes
0 answers
SharePoint 2013 Newsfeed video button
SharePoint 2013 My site microblog
Help creating a button like the image upload button in the picture attached above, but for uploading/posting videos in microblog.
The javascript code could include a link to an asset library that videos could be…

julady1
- 1