Plugin Directory

Changeset 986067


Ignore:
Timestamp:
09/10/2014 05:31:40 AM (12 years ago)
Author:
dlozano
Message:

change style

Location:
comments-facebook
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • comments-facebook/trunk/commentsfacebook.php

    r982778 r986067  
    44Plugin URI: http://www.goodfidelity.com/
    55Description: This plugin will display the comments of Facebook after of post. Contribute your SEO. No more comments spam. Easy to install. Also will display the share button of facebook.
    6 Version: 2.1.1
     6Version: 2.1.2
    77Author: Demo GoodFidelity
    88Author URI: http://www.goodfidelity.com/
     
    8282
    8383if($app_share != ""){ 
    84 ?>
    85    <a style="color:#FFF; text-decoration:none" href="#" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=<?php echo $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];?>','facebook-share-dialog','width=626,height=436'); return false;" title="Facebook"><div style="margin: 30px 0px 30px 0px; font-size:24px; padding:20px 0px 20px 0px; width:100%; background:#036; text-align:center"><strong><?php echo $app_text_share ?></strong></div></a>
     84?>
     85<style>
     86div#buttonface{
     87    margin: 30px 0px 30px 0px;
     88    font-size:24px;
     89    padding:20px 0px 20px 0px;
     90    width:100%;
     91    background:#036;
     92    text-align:center;
     93}
     94</style>
     95
     96<a style="color:#FFF; text-decoration:none" href="#" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=<?php echo $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];?>','facebook-share-dialog','width=626,height=436'); return false;" title="Facebook"><div id="buttonface" ><strong><?php echo $app_text_share ?></strong></div></a>
    8697<?php
    8798} ?>   
  • comments-facebook/trunk/readme.txt

    r982778 r986067  
    55Requires at least: 4.0
    66Tested up to: 4.0
    7 Stable tag: 2.1.1
     7Stable tag: 2.1.2
    88
    99This plugin will display the comments of Facebook after of post. Contribute your SEO. No more comments spam. Easy to install. Also will display the share button of facebook.
     
    5050
    5151== Changelog ==
     52= 2.1.2 =
     53* Change style
    5254= 2.1.1 =
    5355* Adapted to WordPress 4.0
Note: See TracChangeset for help on using the changeset viewer.