[Products.SilvaExternalSources][Kit Blake] Add icon
[email protected] Sun, 29 Sep 2013 12:15:34 +0200
| Newsgroups | gmane.comp.web.zope.silva.cvs |
|---|---|
| Message-ID | <[email protected]> |
author: Kit Blake date: Sun Sep 29 12:08:05 2013 +0200 revision: 1115:10dcd55358e0 in Products.SilvaExternalSources branch: 2.4 details: https://hg.infrae.com/Products.SilvaExternalSources?cmd=changeset;node=10dcd55358e0 modified: Products/SilvaExternalSources/codesources/cs_twitter_timeline/icon.png added: Products/SilvaExternalSources/codesources/cs_twitter_timeline/icon.png removed: log: Add icon Subject: [Products.SilvaExternalSources][Kit Blake] Minor fixes author: Kit Blake date: Sun Sep 29 12:15:25 2013 +0200 revision: 1116:821150617708 in Products.SilvaExternalSources branch: 2.4 details: https://hg.infrae.com/Products.SilvaExternalSources?cmd=changeset;node=821150617708 modified: Products/SilvaExternalSources/codesources/cs_twitter_timeline/README.txt added: removed: log: Minor fixes diffstat: Products/SilvaExternalSources/codesources/cs_twitter_timeline/README.txt | 44 +++++---- Products/SilvaExternalSources/codesources/cs_twitter_timeline/icon.png | Bin 2 files changed, 23 insertions(+), 21 deletions(-) diffs (68 lines): diff -r cc765625246c -r 821150617708 Products/SilvaExternalSources/codesources/cs_twitter_timeline/README.txt --- a/Products/SilvaExternalSources/codesources/cs_twitter_timeline/README.txt Sun Sep 29 11:58:52 2013 +0200 +++ b/Products/SilvaExternalSources/codesources/cs_twitter_timeline/README.txt Sun Sep 29 12:15:25 2013 +0200 @@ -1,39 +1,41 @@ -README for Twitter Widget Code Source -===================================== +README for Twitter Timeline Code Source +======================================= This README should reside inside a Silva Code Source named 'cs_twitter_timeline'. -The Code Source allows to place a configurable Twitter Timeline Widget in a document. -In order to use this CS you have to first create a Twitter widget in your profile -and then input the widget ID in this CS (https://twitter.com/settings/widgets/new). -This widget ID is the value of the "data-widget-id" attribute in the HTML code -that Twitter provides you after saving the widget in your profile. +The Code Source allows authors to place a configurable Twitter Timeline widget +in a document. In order to use this CS you have to first create a Twitter widget +in your profile and then input the widget ID into this CS (see +https://twitter.com/settings/widgets/new). This widget ID is the value of the +"data-widget-id" attribute in the HTML code that Twitter provides to you after +saving the widget in your profile. Customizing the Twitter CS -------------------------- You can set many parameters to customize the Twitter Widget but only two of them -are required: the Twitter Username and the Widget ID. Here follows a brief description -of each parameter you can set: +are required: the Twitter Username and the Widget ID. Here follows a brief +description of each parameter you can set: - Username: your Twitter username - Widget ID: the value of the "data-widget-id" attribute in the HTML code Twitter - provides you after saving the widget in your profile. + provides you after saving the widget in your profile. - Height: the height of the Twitter widget (units are pixels). - Theme: light or dark widget theme. -- Chrome: the widget layout, you can use a space-separated set of the following options: - - noheader: hides the timeline header. - - nofooter: hides the timeline footer and Tweet box, if included. - - noborders: removes all borders within the widget. - - noscrollbar: crops and hides the main timeline scrollbar, if visible. - - transparent: removes the background color. -- Tweet limit: this is to fix the size of a timeline to a preset number of Tweets. +- Chrome: the widget layout, use a space-separated set of the following options: + - noheader: hides the timeline header. + - nofooter: hides the timeline footer and Tweet box, if included. + - noborders: removes all borders within the widget. + - noscrollbar: crops and hides the main timeline scrollbar, if visible. + - transparent: removes the background color. +- Tweet limit: this fixes the size of a timeline to a preset number of Tweets. - Link color: the link color used by the widget. Use the hexadecimal notation. -- Border color: the border color used by the widget. Use the hexadecimal notation. +- Border color: the border color used by the widget, in hexadecimal notation. Optional Twitter Card --------------------- -The Twitter Card is not strictly related with this Twitter CS -but it might be a useful feature you might want to consider in addition -to displaying the Twitter timeline widget. +The Twitter Card is not strictly related with this Twitter Timeline CS but it +might be a useful feature you should consider in addition to displaying the +Twitter Timeline widget. + For more info: https://dev.twitter.com/docs/cards https://dev.twitter.com/docs/cards/validation/validator diff -r cc765625246c -r 821150617708 Products/SilvaExternalSources/codesources/cs_twitter_timeline/icon.png Binary file Products/SilvaExternalSources/codesources/cs_twitter_timeline/icon.png has changed