Found Image Social FBlog | Plugin Review Network Skip to Content

Plugin Review Network

Plugin Review Network

an eye on the best wordpress plugins
Show Sidebar Hide Sidebar
[+] Sidebar [-] Sidebar
Plugin:
Rated:
96%
4.8 Stars (5 votes)

Home

WP.Org

ReadMe

Support
  • Author:
    claudiosanches
Version: 3.2.0
Requires: WP 3.8
Last Updated:4441 days ago
Downloads:32900
Installations: 2,000+
Tags:
Download Plugin Package

Social FBlog

Released on August 10, 2011.
Download Plugin Package

Version: 3.2.0

Inserts a floating box next to your blog posts to share your content on Twitter, Facebook and Google Plus and others.

  • Description
  • FAQ
  • Changelog
  • Installation


Inserts a floating box a floating box with buttons to share your posts on social networks easily. With a clean and lightweight plugin.

Descrição em Português:

Adicione uma caixa flutuante com botões para compartilhar seus posts em redes sociais facilmente. Com um plugin limpo e leve.

What is the plugin license?

  • This plugin is released under a GPL license.

Why the plugin is not working?

  • Probably due to incompatibility of jQuery. Check to see if this plugin modifying the jQuery version of your WordPress.

The Facebook sharing this wrong images!

  • The Facebook randomly chooses images in your layout. To fix this I suggest you use the WP Open Graph plugin.

Can I add new buttons?

Yep!

Use the filters for this:

  • socialfblog_scripts - Add new scripts.
  • socialfblog_styles - Add new styles.
  • socialfblog_buttons - Add new buttons in HTML.

Example of use with the Buffer button:

function socialfblog_add_buffer_html( $html ) {

    // Gets post data.
    global $post;

    // Adds the new button.
    $html .= sprintf( '<a href="http://bufferapp.com/add" class="buffer-add-button" data-text="%s" data-url="%s" data-count="vertical" data-via="ferramentasblog">Buffer</a>', $post->post_title, get_permalink( $post->ID ) );

    return $html;

}

add_filter( 'socialfblog_buttons', 'socialfblog_add_buffer_html' );

function socialfblog_add_buffer_scripts( $scripts ) {

    // Adds the new scripts.
    $scripts .= '<script type="text/javascript" src="https://static.bufferapp.com/js/button.js"></script>';

    return $scripts;
}

add_filter( 'socialfblog_scripts', 'socialfblog_add_buffer_scripts' );

The code should be added to the functions.php of your theme.

FAQ em Português:

Qual é a licença do plugin?

  • Este plugin esta licenciado como GPL.

Instalei o plugin, mas ele não esta funcionando, o que pode ser?

  • Provavelmente por incompatibilidade do jQuery. Verifique se algum plugin esta modificando a versão do jQuery do seu WordPress.

O Facebook esta compartilhando imagens erradas!

  • O Facebook escolhe aleatoriamente imagens em seu layout. Para corrigir isso sugiro você usar o plugin WP Open Graph.

Posso adicionar novos botões?

Sim!

Para isso utilize os filtros:

  • socialfblog_scripts - Serve para adicionar novos scripts.
  • socialfblog_styles - Serve para adicionar novos estilos.
  • socialfblog_buttons - Serve para adicionar o HTML dos novos botões.

Exemplo de uso com o botão do Buffer:

function socialfblog_add_buffer_html( $html ) {

    // Pega as informações do post.
    global $post;

    // Adiciona o novo botão.
    $html .= sprintf( '<a href="http://bufferapp.com/add" class="buffer-add-button" data-text="%s" data-url="%s" data-count="vertical" data-via="ferramentasblog">Buffer</a>', $post->post_title, get_permalink( $post->ID ) );

    return $html;

}

add_filter( 'socialfblog_buttons', 'socialfblog_add_buffer_html' );

function socialfblog_add_buffer_scripts( $scripts ) {

    // Adiciona o novo javascript.
    $scripts .= '<script type="text/javascript" src="https://static.bufferapp.com/js/button.js"></script>';

    return $scripts;
}

add_filter( 'socialfblog_scripts', 'socialfblog_add_buffer_scripts' );

O código deve ser adicionado no functions.php do seu tema.

3.2.0 - 13/12/2013

  • Fixed standards.
  • Improved support do WordPress 3.8.

3.1.0 - 08/11/2013

  • Refactored all code.
  • Improved the JavaScripts.
  • Improved the styles.

3.0.0 - 03/01/2013

  • Source code reformulation.
  • Added LinkedIn button.
  • Added Pinterest button.
  • Added Email button.
  • Removed the option to add extra buttons sharing.
  • Added filters to add new buttons for sharing.
  • Improved performance with fewer options in the database.
  • Added Brazilian Portuguese and English languages.


  • Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer;
  • Activate the plugin;
  • Navigate to Settings -> Social FBlog and fill the plugin options.

Instalação em Português:

  • Envie arquivos do plugin para a pasta de plugins, ou instale usando o o instalador do WordPress em Plugins -> Adicionar Novo;
  • Ative o plugin;
  • Navegue até Configurações -> Social FBlog e preencha as opções do plugin.


 

Click here to cancel reply.

Click here to cancel reply.


*

*


Please copy the string 6srQGd to the field below:

Home | Sitemap | Contact
Network Skin Theme for BioShip by WordQuest
Password Reset
Please enter your e-mail address. You will receive a new password via e-mail.