TEXT Widget| Deletes code only for twitter, not other social links
-
TEXT widget is deleting partial HTML code. Specifically, its deleting only ONE ” ” link. All other code are indeed working and linking to other social media sites. How do I stop the code from automatically deleting?
I am using the TEXT widget and basic HTML to add my social buttons, to the MH Magazine theme.
When I add:
<img src=”http://allthingsebonybrown.files.wordpress.com/2014/09/twitterebonybrown.png”>
to the TEXT widget and then press SAVE, the code below is automatically deleted:
and saves/changes to this:
<img src=”http://allthingsebonybrown.files.wordpress.com/2014/09/twitterebonybrown.png”>
leaving the image ‘unclickable’ and not able to function as a link.
I cannot link to specifically to Twitter due to the WP automatic erasure of code. Please help! Also, I thought MH Magazine had Social Media button options – where can I find them? Just in case I want to use the built-in social media capability.
The blog I need help with is: (visible only to logged in users)
-
Hi,
thanks for using MH Magazine.
Probably there is something wrong with your code. The correct code would be:
<a href=""><img src="http://allthingsebonybrown.files.wordpress.com/2014/09/twitterebonybrown.png" /></a>And you can enable sharing buttons on WordPress.com in your dashboard under “Settings => Sharing”.
- The topic ‘TEXT Widget| Deletes code only for twitter, not other social links’ is closed to new replies.