Plugin Directory

Changeset 983898


Ignore:
Timestamp:
09/07/2014 10:51:53 PM (12 years ago)
Author:
dago_ar
Message:

ver 1.2 fixes

Location:
plugitter/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugitter/trunk/readme.txt

    r983891 r983898  
    1717= Multilingual Support =
    1818
    19 'plugitter.pot' file included for easy translation in your own language.
     19*plugitter.pot* file included for easy translation in your own language.
    2020es_ES included in the distribution.
    2121
     
    6161Important bug fix in API access.
    6262
    63 == FAQ ==
     63== Frequently Asked Questions ==
    6464
    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! =
    6666
    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.
     67You 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
     71The first time *Plugitter* is displayed, it asks our server to build a ranking for you.
     72Give it five minutes and you have your personalized ranking.
     73
     74= My followers are all mixed up, can i separate them in categories? =
     75
     76As a mater of fact, you can.
     77Just go to our [home page](http://www.datatendencias.com.ar/plugitter) and you will have access to an interface to sort your followers.
     78Categories you create will be displayed on *Plugitter* automagically.
     79
     80= Cool! Is there anything else you can do for me? =
     81
     82If you agree, we can tweet to your followers, like:
     83`Hey @follower, you are #1 in my ranking! check here http://my.wpblog.com`
    6884
    6985
    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? =
    7187
    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.
     88To increase trafic to your site, of course. Contact us via [mail](mailto:plugitter@datatendencias.com.ar) and we will explain in detail.
    7389
    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  
    7979        wp_enqueue_style('ct_rank_table-css', plugins_url('style.css', __FILE__), null, null);
    8080        // 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' ));
    8282        // paso las variables al javascript
    8383        wp_localize_script( 'ct_rank_table-js', 'Plugitter', array(
Note: See TracChangeset for help on using the changeset viewer.