Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scribblelive/scribble-social-rss
Scribble Social RSS
https://github.com/scribblelive/scribble-social-rss
Last synced: 9 days ago
JSON representation
Scribble Social RSS
- Host: GitHub
- URL: https://github.com/scribblelive/scribble-social-rss
- Owner: scribblelive
- Created: 2013-07-18T21:03:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-14T14:59:33.000Z (over 10 years ago)
- Last Synced: 2024-08-02T14:09:05.664Z (3 months ago)
- Language: JavaScript
- Homepage: http://scribblelive.com
- Size: 4.31 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Scribble Social RSS
========================An RSS feed from ScribbleLive, formatted for social networks.
##Introduction
This RSS includes only post types that would work on Twitter (i.e. text, images) but doesn't include Flash embeds, etc. All posts will be shortened to 140 characters once URLs inside them have been shortened.##How to Use
To setup your feed, go to *index.php*, file out the configuration form, and click _Generate Feed_. Optionally, you can access *twitter.php* with the parameters below on the query string.To send the entries in this RSS to Twitter, you can use a third-party service like [IFTTT](http://ifttt.com) or [Zapier](http://zapier.com). Both services have the ability to periodically pull an RSS feed and send the results to Twitter.
##Parameters
###token (required)
A ScribbleLive API token must be passed to authenticate calls back to the ScribbleLive API.###eventid (required)
To get the event id for your event, go to the writer interface for your event and in the sidebar select Syndication>API.###notweets=1
If this is passed on the query string, no posts from ScribbleLive that came from Twitter will be included.###noname=1
By default, all enteries in the RSS will beginning with the name of the ScribbleLive user e.g. "John Smith: Hello world". If you pass noname=1 on the query string, no name will be appended.##Requirements
PHP 5.x