Plugin Directory

Changeset 1372966


Ignore:
Timestamp:
03/17/2016 10:16:59 AM (10 years ago)
Author:
bulktheme
Message:

Social Meta information fixed for blog post

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-social-meta/trunk/wpsm.php

    r1140279 r1372966  
    44Plugin URI: http://bulktheme.com
    55Description: WP Social Meta plugin generates necessary social meta tags for every pages you have in your WordPress website. It helps you to gently represent websites on the social networks. It generates open graph, twitter card, schema.org and other meta tags  which smartly works represent your website over internet like Facebook, Twitter, Google+ and other social networking websites.
    6 Version: 1.0.0
     6Version: 1.0.1
    77Author: BulkTheme
    88Author URI: http://bulktheme.com
     
    8484  if(function_exists('add_meta_box')){
    8585    add_meta_box( 'page', 'Social Meta Informations', 'surface_define_page_metabox', 'page', 'normal', 'high' );
     86    add_meta_box( 'post', 'Social Meta Informations', 'surface_define_page_metabox', 'post', 'normal', 'high' );
    8687   
    8788  }
Note: See TracChangeset for help on using the changeset viewer.