أرغب في نشر رابط يوتيوب كبيانات خام، لكن الاستجابة لا تُظهر أي شيء. إذا واجه أي شخص هذه المشكلة، يرجى المساعدة.
أستخدم واجهة posts.json وأرسل البيانات على النحو التالي:
url = … +"posts.json"
type= post
raw = "https://www.youtube.com/watch?v=pIAQV0u72iI\"
topic_id = 10;
إعجاب واحد (1)
If you want the Youtube URL to be displayed as a URL on the frontend (and not be converted to a video onebox), you can try posting the URL within backticks, i.e. the posted raw data should look like this:
raw: "`https://youtube.com/video-url`"
إعجاب واحد (1)
إعجاب واحد (1)
hi i want to post youtube link via posts.json api after post this link is ready to play video if possible then please help me.