No 'the_title' filter applied to share text
-
Hi there,
We use shortcodes in our post titles and these are appearing in the share text that is being created. I looked through how the share button gets the text are you’re just pulling from the $post object, no filters applied. From /lib/essb.php L:1277
$text = esc_attr(urlencode($post->post_title));
That is then applied directly to the Tweet link.
Any chance you can pass that through the_title or an ESSB-specific one?
Thanks
- The topic ‘No 'the_title' filter applied to share text’ is closed to new replies.