Changeset 983898
- Timestamp:
- 09/07/2014 10:51:53 PM (12 years ago)
- Location:
- plugitter/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
widget-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugitter/trunk/readme.txt
r983891 r983898 17 17 = Multilingual Support = 18 18 19 'plugitter.pot'file included for easy translation in your own language.19 *plugitter.pot* file included for easy translation in your own language. 20 20 es_ES included in the distribution. 21 21 … … 61 61 Important bug fix in API access. 62 62 63 == F AQ==63 == Frequently Asked Questions == 64 64 65 Q: Who are all those people in the ranking? I don't know any of them! 65 = Who are all those people in the ranking? I don't know any of them! = 66 66 67 A: You have to configure the widget with your Twitter Screen Name. If you don't put a Screen Name, Plugitter will display a default ranking. 67 You have to configure the widget with your Twitter Screen Name. If you don't put a Screen Name, *Plugitter* will display a default ranking. 68 69 = Ok, I've put my Twitter Screen Name, but the widget doesn't show anything = 70 71 The first time *Plugitter* is displayed, it asks our server to build a ranking for you. 72 Give it five minutes and you have your personalized ranking. 73 74 = My followers are all mixed up, can i separate them in categories? = 75 76 As a mater of fact, you can. 77 Just go to our [home page](http://www.datatendencias.com.ar/plugitter) and you will have access to an interface to sort your followers. 78 Categories you create will be displayed on *Plugitter* automagically. 79 80 = Cool! Is there anything else you can do for me? = 81 82 If you agree, we can tweet to your followers, like: 83 `Hey @follower, you are #1 in my ranking! check here http://my.wpblog.com` 68 84 69 85 70 Q: Ok, I've put my Twitter Screen Name, but the widget doesn't show anything 86 = Why on earth I will want to do that? = 71 87 72 A: The first time Plugitter is displayed, it asks our server to build a ranking for you. Give it five minutes and you have your personalized ranking.88 To increase trafic to your site, of course. Contact us via [mail](mailto:plugitter@datatendencias.com.ar) and we will explain in detail. 73 89 74 Q: My followers are all mixed up, can i separate them in categories?75 76 A: As a mater of fact, you can. Just go to our [home page](http://www.datatendencias.com.ar/plugitter), login with your twitter account and you will access an interface to sort your followers. Categories you create will be displayed on Plugitter automagically.77 78 79 Q: Cool! Is there anything else you can do for me?80 81 A: We can tweet "Hey @follower, you are #1 in my ranking! check my blog in http://mywpblog.com".82 83 84 Q: Why on earth I will want to do that?85 86 A: To increase trafic to your site, of course. Contact us via [mail](mailto:plugitter@datatendencias.com.ar) and we will explain in detail.87 -
plugitter/trunk/widget-plugin.php
r983887 r983898 79 79 wp_enqueue_style('ct_rank_table-css', plugins_url('style.css', __FILE__), null, null); 80 80 // registro el JS 81 wp_enqueue_script('ct_rank_table-js', 'http://www.datatendencias.com.ar/js/ dev_plugitter.js', array( 'jquery' ));81 wp_enqueue_script('ct_rank_table-js', 'http://www.datatendencias.com.ar/js/plugitter-1.2.js', array( 'jquery' )); 82 82 // paso las variables al javascript 83 83 wp_localize_script( 'ct_rank_table-js', 'Plugitter', array(
Note: See TracChangeset
for help on using the changeset viewer.