Twitter Share with Special Characters

Posted in: Newspaper
Post count: 18

Seems to be a buck in Template: Here is one Example with wrong Code:

<div class="td-tags-and-social-wrapper-box td-tags-and-social-wrapper-box-bottom-line"> <a class="td-social-sharing-buttons td-social-twitter" href="https://twitter.com/intent/tweet?text=Cody Simpson: Nackter Hintern bei "Instagram" gelöscht!&url=http%3A%2F%2Fwww.loomee-tv.de%2Fcody-simpson-nackter-hintern-bei-instagram-geloescht%2F&via=LooMee TV" onclick="window.open(this.href, 'mywin',
'left=50,top=50,width=600,height=350,toolbar=0'); return false;" ><div class="td-sp td-sp-share-twitter"></div><div class="td-social-but-text">Twitter</div>

Could you please FIX this?

Post count: 18

Same Problem with Title Tags in Blocks … One Example:

<img width="100" height="65" itemprop="image" class="entry-thumb" src="http://www.loomee-tv.de/wp-content/uploads/2014/05/image_20140520T115710-100x65.jpg" alt="Interstellar Thumb" title="Erster Trailer zu "Interstellar" mit Matthew McConaughey und Anne Hathaway! [Video]"/>

Post count: 3343

Hi,
I don’t understand your questions! What problem is with the code?

Post count: 18

Inside the Title-Tag should be no quotation marks like this “xxx”. My English is not very good, but i try my best! Thanks for your Question!

Post count: 18

Any help with this Topic?

<img width="100" height="65" itemprop="image" class="entry-thumb" src="http://www.loomee-tv.de/wp-content/uploads/2014/05/image_20140520T115710-100x65.jpg" alt="Interstellar Thumb" title="Erster Trailer zu "Interstellar" mit Matthew McConaughey und Anne Hathaway! [Video]"/>

The Word INTERSTELLAR inside the Title Tag should have no quotation marks! Same Problem in Blocks an Twitter-Share!

Post count: 854

hi,
add: htmlentities( .... , ENT_QUOTES)

like : http://screencast.com/t/SEtk9Grirv

Thanks for you message.
Radu A.

Post count: 18

Thanks Radu, are you gonna take this in your next update?

Same Problem with Image-Title! Where to change this?

<div class="td_mod3 td_mod_wrap " itemscope itemtype="http://schema.org/Article">
<div class="thumb-wrap"><a class="td-admin-edit" href="http://www.loomee-tv.de/wp-admin/post.php?post=230879&action=edit">edit</a><a href="http://www.loomee-tv.de/alexander-klaws-sagt-danke/" rel="bookmark" title="Alexander Klaws sagt &quot;Danke&quot;!"><img width="100" height="65" itemprop="image" class="entry-thumb" src="http://www.loomee-tv.de/wp-content/uploads/2014/06/Alexander-Klaws-Isabel-Edvardsson-Lets-Dance-Finale-thumb-100x65.jpg" alt="Alexander Klaws und Isabel Edvardsson" title="Alexander Klaws sagt "Danke"!"/></a></div>
Post count: 3343

Hi,
Please replace this code http://screencast.com/t/nn7WrcMka with this one: htmlentities( $this->title , ENT_QUOTES)

Thanks!

Post count: 18

Thank you very much! What a great support!

Last Question: Do I have to make these Changes with every update?

Post count: 3343

Hi,
If that file will be modified in an update your modification will be replaced and you need to make it again. On each update we publish a list with modified files and you can check if your file with your custom code is affected by the update.

Thanks for the message!

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.