facebookarchive / facebook-instant-articles-sdk-php

The Facebook Instant Articles SDK for PHP provides a native interface for creating and publishing Instant Articles.
https://instantarticles.fb.com/
Other
232 stars 148 forks source link

RTL problem #334

Closed alaa-alsalehi closed 6 years ago

alaa-alsalehi commented 6 years ago

I am using facebook instant articles for wordpress and I choose "Enable Right-to-Left (RTL) publishing" but it does not work this is a sample of my blog

 

<article><section>
<h1 style="text-align: center; color: #ff00ff;">غريبة ولا أطيب منها</h1>
</section><section><img class="aligncenter size-full wp-image-103645" src="http://www.zakibook.com/wp-content/uploads/2018/08/pp-491.jpeg" alt="معكم صديقة زاكي الشيف نسرين بارافي غريبة ولا أطيب منها " width="720px" height="445px" /></section>
<h2 style="color: #800080;">غريبة ولا أطيب منها</h2>
<section>غريبة ولا أطيب منها , معكم صديقة زاكي الشيف الموهوبة ,<strong><span style="color: #ff6600;">نسرين بارافي</span></strong></section><section>
<h3 style="color: #00ff00;">المقادير</h3>
<ul style="padding: 0px;">
    <li>كأس سمنة سائلة</li>
    <li>كأس سكر بودرة</li>
    <li>كاستين دقيق منخول</li>
    <li>فستق حلبي وممكن الاستغناء عنه للوجه</li>
</ul>
</section><section>
<h3 style="color: #00ff00;">الخطوات</h3>
نخفق السمنة والسكر جيدا

ثم بوعاء عميق نضع كاستين الدقيق المنخول ونضيف عليهم السمنه والسكر ونفركهم بأطراف الأصابع ونكورهم ونضغطهم شوي ثم نضعهم بصينية ويكونو بعاد شوي عن بعض وع فرن محمى مسبقا ع حرارة ١٨٠ مدة ٦ دقائق فقط ومانتركها تحمر من تحت ونطلعهم ونتركهم يبردو وتقدم الف صحة وهنا

غريبة نسرين بارافي

<img class="aligncenter wp-image-103646 size-large" src="http://www.zakibook.com/wp-content/uploads/2018/08/pp-492-1024x1024.jpeg" alt="" width="840" height="840" />

</section></article>

on the other side on Instant articles when I check the content I can not find any dir="rtl"

Instant Articles for WP : 4.1.1 Wordbress : 4.9.6

any ideas?

alaa-alsalehi commented 6 years ago

BTW when I check converted text it was perfect and there was dir="rtl" in html tag but when I check the Facebook pages I can not see it BTW I check on the wordpress and there is no warnings and all the article convert just fine

alaa-alsalehi commented 6 years ago

the problem was I was using rss feed with the instant articles plugin I think that must mention on facebook documentation that when I have wordpress I do not need to use rss feed I hope this help others to solve this problem early it takes me two months to find what is the problem

BR, Alaa