Wordpress plugins
Comments Info
Check the page with full details here!
Description: displays infos (browser, OS, version) with name and icon about each comment from yours posts in Wordpress.
How to use:
- unzip the package in the plugins directory from your Wordpress Installation (download the file here)
- enable the Comments Info plugin in the Plugin area manangement
- use the following code in the comments.php template of your theme, inside the foreach() thats iters among the comments list
<?php if (function_exists(‘comment_infos’)) { ?>with <span id=”userAgentInfo”>
<?php comment_infos($comment->comment_agent); ?></span>
<?php } ?>
Nightwish News Reader
Description: reads the content from the official Nightiwsh website (http://www.nightwish.com) RSS and displays the latest 5 entries in the format <h2>title</h2><dl><dd>title (date)</dd><dt>description</dt></dl>
How to use:
- copy/create a file named nightwishNews.php in the plugins directory from your Wordpress Installation (download the file here)
- enable the plugin in the WP Plugin area management
- call the function nightwishRSS() in any of your Wordpress template
- pass the correct parameter to the function, to select the desired language:
- Portuguese: use “pt”
- English: use “en”
- Finnish: use “fi”
- German: use “de”
- example:
<?php
nightwishRSS(“de”); //for german language
?>
Vitrine Fácil Buscapé
Description: utiliza a Vitrine Fácil desenvolvida pelo Guilherme Serrano para exibir anúncios do Buscapé atrelado ao programa de afiliados. Ver a página original: http://www.andafter.org/labs/vitrine/default.asp
How to use:
- Descompactar o pacote da Vitrine Fácil Buscapé no Wordpress dentro da pasta de plugins.
- Habilitar o Vitrine Fácil pela aba Manage (Gerenciar) da área de administração do Wordpress
- Chamar a função gerarVitrine() no seu template
Exemplo:
<?php
gerarVitrine();
?>

Leave a Reply