Plugin Directory

Changeset 1244936


Ignore:
Timestamp:
09/14/2015 09:11:01 AM (11 years ago)
Author:
11bits
Message:

Update readme txt

Location:
ttt-social
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ttt-social/tags/0.8.2/readme.txt

    r1244931 r1244936  
    1515A plugin built mainly for theme developers, make it easy the importation and customization of social media timelines.
    1616
    17 ## Widgets
     17### Widgets
    1818
    1919The plugin adds new custom widgets:
     
    3434
    3535
    36 ## 33themes Template System
     36### 33themes Template System
    3737
    3838This plugin use our widgets template system, it makes easy to customize the look & feel of the social feeds.
  • ttt-social/trunk/README.md

    r1243437 r1244936  
    1616A plugin built mainly for theme developers, make it easy the importation and customization of social media timelines.
    1717
    18 ## Widgets
     18### Widgets
    1919
    20 The plugin load two custom widgets:
     20The plugin adds new custom widgets:
    2121
    22 * TTT Social Facebook Widget
    23 Fields:
     22**TTT Social Facebook Widget**
     23
    2424- Page Name. Your page name is: http://facebook.com/MYPAGENAME you URL username is MYPAGENAME.
    2525- Page ID. If you don´t know your ID go to: http://findmyfacebookid.com/
    2626- Limit. Is the amount of entries you want to show in your widget.
    2727
    28 * TTT Social Twitter Widget
    29 Fields:
     28**TTT Social Twitter Widget**
     29
    3030- Count. How many tweets you want to show.
    3131- User. Even you had connected with your twitter account you can also show other user timeline just writeing his username.
    3232- Query. Also you can filter the tweets by: hashtag, username or text.
    3333
    34 
    3534You can Add as many widgets you want :)
    3635
    3736
    38 ## 33themes Template System
     37### 33themes Template System
    3938
    4039This plugin use our widgets template system, it makes easy to customize the look & feel of the social feeds.
     
    4746
    4847
    49 ## Templates Data
     48### Templates Data
    5049
    51 ### Facebook
     50#### Facebook
    5251`
    5352<?php if ( $netsocial->feed ): ?>
     
    6463* `<?php echo substr($fb_feed_item->get_description(), 0, 165); ?>` -> FB Page Item content. Text limit from 0 to 165 characters.
    6564
    66 ### Twitter
     65#### Twitter
    6766`
    6867<?php foreach( $netsocial->feed as $twitt ): ?>
  • ttt-social/trunk/readme.txt

    r1244931 r1244936  
    1515A plugin built mainly for theme developers, make it easy the importation and customization of social media timelines.
    1616
    17 ## Widgets
     17### Widgets
    1818
    1919The plugin adds new custom widgets:
     
    3434
    3535
    36 ## 33themes Template System
     36### 33themes Template System
    3737
    3838This plugin use our widgets template system, it makes easy to customize the look & feel of the social feeds.
Note: See TracChangeset for help on using the changeset viewer.