Shortcode & Unique Excerpts
-
My suggestion is support the shortcode so that you can insert these within the post with a simple shortcode: [rt_social_buttons]
example code:
function register_shortcodes(){ add_shortcode('rt_social_buttons', 'rtsocial'); } add_action( 'init', 'register_shortcodes');
One other question is it possible to change the link included in the excerpt or the auto populate shared text? For example I am using these on a “thanks for signing up share with your friends confirmation page” so I would rather direct new traffic to the start of the sign up process.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Shortcode & Unique Excerpts’ is closed to new replies.