Plugin Directory

Changeset 1262474


Ignore:
Timestamp:
10/09/2015 01:00:53 PM (10 years ago)
Author:
ctala
Message:

Fixed Style

Location:
facebook-pixel/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • facebook-pixel/trunk/admin/optionsPage.php

    r1262470 r1262474  
    1111                <th scope="row">Facebook Pixel ID</th>
    1212                <td><input type="text" name="fbk_pixel_id" value="<?php echo get_option('fbk_pixel_id'); ?>" /></td>
     13
     14            </tr>
     15            <tr valign="top">
     16                <th scope="row">Currency Code</th>
    1317                <td><input type="text" name="fbk_pixel_currency" value="<?php echo get_option('fbk_pixel_currency'); ?>" /></td>
    14             </tr>
     18
    1519            </tr>
    1620        </table>
     
    2024    </form>
    2125</div>
     26
     27
  • facebook-pixel/trunk/facebook-pixel.php

    r1262470 r1262474  
    55  Description: Includes Facebook Pixel on your website.
    66  Author: Cristian Tala Sánchez
    7   Version: 0.2
     7  Version: 0.2.1
    88  Author URI: http://www.cristiantala.cl
    99  Plugin URI: https://bitbucket.org/ctala/wordpress-facebook-pixel/
  • facebook-pixel/trunk/readme.txt

    r953594 r1262474  
    1 === Wordpress Facebook Pixel  ===
     1=== Wordpress Facebook pixel ===
     2Contributors: CTala
     3Tags: facebook, pixel
     4Requires at least: 3.0.1
     5Tested up to: 3.4
     6Stable tag: 0.2
     7License: GPLv2 or later
     8License URI: http://www.gnu.org/licenses/gpl-2.0.html
    29
    3 Contributors: Cristian Tala S.
     10This plugin will allow you to setup the Facebook Pixel Id for Remarketing on your wordpress site.
     11This will be particullary useful for eCommerce sites.
     12
     13== Description ==
     14
     15This plugin will allow you to setup the Facebook Pixel Id for Remarketing on your wordpress site.
     16This will be particullary useful for eCommerce sites.
     17
     18== Installation ==
     19
     20Just Upload the plugin using an ftp or throught the website to the plugin folder of wordpress.
    421
    522
    623
    7 Tags: facebook, pixel
     24##Config
    825
    9 Requires at least: 3, 3.3+
     26Go to the Facebook Pixel Settings and just include your Facebook Pixel ID.
    1027
    11 Tested up to: 3.9
     28== Changelog ==
    1229
    13 Stable tag: 0.1
     30= 0.2.1 =
     31* Fix Style Issue in admin
    1432
    15 == Description ==
    1633
    17 This plugin enables the facebook code needed for the remarketing campaigns.
     34= 0.2 =
     35* Updated due that the code changed.
     36* Added Currency.
     37
     38= 0.1 =
     39* First Working Version
     40
     41Have fun!
Note: See TracChangeset for help on using the changeset viewer.