Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter C W (VYSO)

    (@cyril-washbrook)

    This is easily fixable, by the way, in case anyone was looking for a quick edit. Something like replacing these lines:

    if($page_url == $suggested_url) {
    	$page_title = the_title_attribute(array('echo'=>0));
    } else {
    	$page_title = get_bloginfo('name');
    }

    … with the markup here will do the trick. (This isn’t the most efficient or beautiful way of fixing it, but I’ve done it that way just so I can see more clearly what I’m doing.)

    Plugin Author mikestowe

    (@mikestowe)

    Cyril – thanks for bringing this to our attention, and for providing a fix. I’ll see if we can’t get this implemented for the next release!

    Have a great day,
    Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Trackable Social Share Icons] HTML codes in tweets’ is closed to new replies.