TikTokUploder icon indicating copy to clipboard operation
TikTokUploder copied to clipboard

not a real hashtag

Open 2noScript opened this issue 4 months ago • 1 comments

When I post a description ‘Hi, how are you #fun’ it spells everything right, but it spells #fun in text and not a real hashtag, so you can't click on it in the Tiktok app.

2noScript avatar Jul 30 '25 23:07 2noScript

single_post_feature_info: {    					
    music_info: {},
    poster_delay: 0,
    text: 'Generated video 1 #ve',
    text_extra: [
    	{
    		tag_id: '0',
    		start: 18,
    		end: 21,
    		user_id: '',
    		type: 1,
    		hashtag_name: 've',
    	},
    ],
    markup_text: 'Generated video 1 <id="0">#ve</h>',
},

api: https://www.tiktok.com/tiktok/web/project/post/v1/ I added the markup_text parameter: 'Video 1 created <id="0">#ve' description of the new video content that works when clicking on the hashtag

2noScript avatar Jul 31 '25 00:07 2noScript