› Forums › SNAP – WordPress Plugin Forums › Tumblr Manual Hashtags
- This topic has 5 replies, 1 voice, and was last updated 8 years, 1 month ago by Damien.
- AuthorPosts
- July 19, 2013 at 4:15 pm #16701HankParticipant
Using the post text format I am attempting to manually insert static hastags for the auto-poster. Unfortunately at the moment I have had no luck and the tags are included in the body of the tumblr post, not as an actual tag. Below is post text format.
<p>New picture has been published on %URL%</p>
#example1#example2 #example3
Any suggestions?
July 19, 2013 at 4:20 pm #16702I don’t think tumblr does have a support for automated hashtags (tags that can be included in the post body).
You can only simulate hastags by including <a href=”https://www.tumblr.com/tagged/example1″>#example1</a>
July 21, 2013 at 2:20 pm #16768HankParticipantI’ve attempted to simulate the hashtags in Tumblr, but unfortunately have had no luck. When I insert the following into the post text format:
<a href=”//www.tumblr.com/tagged/example1″”>#example1</a>
Tumblr makes the link https://www.tumblr.com/”https://www.tumblr.com/tagged/example1″, which of course gives me an error when I click on the link.
Additionally, I’ve tried to remove the “www” and have altered the html to the following <a href=”/tagged/example1″>#example1</a>
Any other ideas?
July 22, 2013 at 11:28 am #16828Please make it exactly as in my example: <a href=”https://www.tumblr.com/tagged/example1″>#example1</a>
Don’t add // or extra quotes in it.
It does work, I just tried it: https://nxstest.tumblr.com/post/56149206293/hashtag-text
March 11, 2014 at 10:20 am #165440ManuelParticipantIs it possible to add text field to add my own hashtags for Tumblr auto-poster?
Your example is no good match, because I need hashtags to be displayed on dashboard.
Or, maybe, it’s possible to add some php code to functions.php to add my hashtags to your script?November 26, 2016 at 6:51 am #521943DamienParticipantHi, that doesn’t work anymore. I can’t reproduce that.
Please have a look: https://nervousblazecrown.tumblr.com/post/153681068503/hastag-testRegards. Damien
- AuthorPosts
- You must be logged in to reply to this topic.