Plugin Directory

Changeset 916936


Ignore:
Timestamp:
05/19/2014 05:35:00 AM (12 years ago)
Author:
chrsinteractive
Message:

Added new social media options

Location:
simple-theme-options
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • simple-theme-options/trunk/chrs-simple-options.php

    r906004 r916936  
    44Plugin URI: http://wordpress.org/plugins/simple-theme-options/
    55Description: With Simple Theme Options plugin your can easily manage your custom theme options like social media links. You also have the option to add misc code to the header.php and footer.php files, including your analytics code.
    6 Version: 1.1
     6Version: 1.2
    77Author: Artin Hovhanesian
    88Author URI: http://www.chrsinteractive.com/
     
    3131}
    3232
    33 define( 'CHRSOP_VERSION', '1.1' );
     33define( 'CHRSOP_VERSION', '1.2' );
    3434define( 'CHRSOP_REQUIRED_WP_VERSION', '3.0' );
    3535define( 'CHRSOP_PLUGIN_URL', plugin_dir_url( __FILE__ ));
     
    158158                    <th scope="row"> <?php _e( 'Yelp URL', 'chrstheme' ); ?>
    159159                    </th>
    160                     <td><input id="chrs_theme_options[ypurl]" type="text" name="chrs_theme_options[yturl]" value="<?php esc_attr_e( $options['ypurl'] ); ?>" />
     160                    <td><input id="chrs_theme_options[ypurl]" type="text" name="chrs_theme_options[ypurl]" value="<?php esc_attr_e( $options['ypurl'] ); ?>" />
    161161                        <label for="chrs_theme_options[ypurl]">
    162162                            <?php _e( 'http://www.yelp.com/biz/yourprofileurl', 'chrstheme' ); ?>
     163                        </label></td>
     164                </tr>
     165                <tr valign="top">
     166                    <th scope="row"> <?php _e( 'WordPress.com URL', 'chrstheme' ); ?>
     167                    </th>
     168                    <td><input id="chrs_theme_options[wpurl]" type="text" name="chrs_theme_options[wpurl]" value="<?php esc_attr_e( $options['wpurl'] ); ?>" />
     169                        <label for="chrs_theme_options[wpurl]">
     170                            <?php _e( 'http://yourprofile.wordpress.com', 'chrstheme' ); ?>
     171                        </label></td>
     172                </tr>
     173                <tr valign="top">
     174                    <th scope="row"> <?php _e( 'Linkedin URL', 'chrstheme' ); ?>
     175                    </th>
     176                    <td><input id="chrs_theme_options[liurl]" type="text" name="chrs_theme_options[liurl]" value="<?php esc_attr_e( $options['liurl'] ); ?>" />
     177                        <label for="chrs_theme_options[liurl]">
     178                            <?php _e( 'https://www.linkedin.com/in/yourprofile', 'chrstheme' ); ?>
     179                        </label></td>
     180                </tr>
     181                <tr valign="top">
     182                    <th scope="row"> <?php _e( 'Tumblr URL', 'chrstheme' ); ?>
     183                    </th>
     184                    <td><input id="chrs_theme_options[tburl]" type="text" name="chrs_theme_options[tburl]" value="<?php esc_attr_e( $options['tburl'] ); ?>" />
     185                        <label for="chrs_theme_options[tburl]">
     186                            <?php _e( 'https://yourprofile.tumblr.com', 'chrstheme' ); ?>
    163187                        </label></td>
    164188                </tr>
     
    176200                <td>Facebook</td>
    177201                <td><code>fburl</code></td>
    178             </tr>
    179             <tr>
    180202                <td>Twitter</td>
    181203                <td><code>twurl</code></td>
     
    184206                <td>Instagram</td>
    185207                <td><code>igurl</code></td>
    186             </tr>
    187             <tr>
    188208                <td>Google+</td>
    189209                <td><code>gpurl</code></td>
     
    192212                <td>Pinterest</td>
    193213                <td><code>pturl</code></td>
    194             </tr>
    195             <tr>
    196214                <td>Youtube</td>
    197215                <td><code>yturl</code></td>
     
    200218                <td>Yelp</td>
    201219                <td><code>ypurl</code></td>
     220                <td>Wordpress</td>
     221                <td><code>wpurl</code></td>
     222            </tr>
     223            <tr>
     224                <td>LinkedIn</td>
     225                <td><code>liurl</code></td>
     226                <td>Tumblr</td>
     227                <td><code>tburl</code></td>
    202228            </tr>
    203229        </table>
  • simple-theme-options/trunk/readme.txt

    r906004 r916936  
    55Requires at least: 3.0.0
    66Tested up to: 3.9.0
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4343== Changelog ==
    4444
     45= 1.2 =
     46* Fix input save issue for Youtube/Yelp
     47* Added Wordpress.com / Linkedin / Tumblr
     48
    4549= 1.1 =
    4650* Minor CSS + JS improvements
    4751
     52= 1.0 =
     53* Initial release
     54
    4855== Upgrade notice ==
Note: See TracChangeset for help on using the changeset viewer.