Description
This plugin will allow visitor to submit they twitter, while thay are commenting your posts. They account will by showed as twitter follow button.
Registred users can add their twitter account in profile administration.
There is also a setting page where you can edit color, size, showing count and language.
Some themes dont’t use function <?php comment_form(); ?>
to show comment form. In this case you have to edit your template. Find comments.php and add
<p><label for="twitter">Twitter</label><input name="twitter" size="30" type="text" value=''/></p>
to form.
Installation
- Upload
twitter-in-comments
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Edit your twitter account in profile
-
If you can’t see Twitter in comments form you have to edit your template. Find comments.php and add
Twitter
to form.
Avis
Il n’y a aucun avis sur cette extension.
Contributeurs & développeurs
« Twitter follow button in coments » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
ContributeursTraduisez « Twitter follow button in coments » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.
Historique des changements
0.5
add: store Twitter user name in cookies
mod: inserting twitter javascript by wordpress rules
0.3
add: Your can have custom name of Twitter field in comment form.
add: New languages.
mod: it now accept twitter profile as url
0.2
First version.