Title: php function ?
Last modified: August 22, 2016

---

# php function ?

 *  Resolved [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/php-function-4/)
 * Hello,
    As the automatic rendering does not seem to work with custom post types,
   could you add a php function to insert in theme, please ?
 * [https://wordpress.org/plugins/osd-social-media-sharing/](https://wordpress.org/plugins/osd-social-media-sharing/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [osdwebdev](https://wordpress.org/support/users/osdwebdev/)
 * (@osdwebdev)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/php-function-4/#post-5816893)
 * Li-Ann,
 * The plugin should work fine on custom post types. You must select the box on 
   the settings page for it to show automatically on them. The other option to display
   it anywhere you like is the built in Shortcode:
 * [osd_social_media_sharing]
 * Let us know if these options solve your trouble – thanks OSD
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/php-function-4/#post-5816894)
 * Well, it’s easier to use a function than a shortcode but it’s OK.
 *  Plugin Author [osdwebdev](https://wordpress.org/support/users/osdwebdev/)
 * (@osdwebdev)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/php-function-4/#post-5816897)
 * Li-An,
 * You could always call the class and get the output manually with something like
   this..
 *     ```
       $sms = new OSDSocialShare();
       echo $sms->replace_shortcode();
       ```
   
 * This will produce the exact same html as the shortcode

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘php function ?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/osd-social-media-sharing_964078.svg)
 * [OSD Social Media Sharing](https://wordpress.org/plugins/osd-social-media-sharing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/osd-social-media-sharing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/osd-social-media-sharing/)
 * [Active Topics](https://wordpress.org/support/plugin/osd-social-media-sharing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/osd-social-media-sharing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/osd-social-media-sharing/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [osdwebdev](https://wordpress.org/support/users/osdwebdev/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/php-function-4/#post-5816897)
 * Status: resolved