Açıklama
RSS Feed Fixer is designed to allow RTL language WordPress blogs to be viewed in RSS readers that does not support RTL.
Feedly is the best example. Without RSS Feed Fixer, the RTL content in Feedly is impossible to view. With RSS Feed Fixer
you user will be able to view the content or the excerpt in RTL form.
After activating RSS Feed Fixer all the paragraph elements in the content or the excerpts will include rtl dir attribute
and will be aligned to the right.
This plugin does not have admin interface and it is very easy to use. Please pay attention that feedly and other RSS
readers sometime cache the feeds, so it is possible that the changes will be seen in the posts that are being
published after the plugin activation.
The plugin is also available at GitHub: https://github.com/barzik/rtl-feed-fixer
Testing
This plugin includes automated testing in standard WordPress develop environment.
To run the test, please make sure that the plugin will be under WordPress develop plugins branch or make sure that
export WP_DEVELOP_DIR=”/path/to/wordpress/develop/”
Ekran Görüntüleri
Yükleme
Using The WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Search for ‘RSS Feed Fixer’
- Click ‘Install Now’
- Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Navigate to the ‘Upload’ area
- Select
rtl-feed-fixer.zip
from your computer - Click ‘Install Now’
- Activate the plugin in the Plugin dashboard
Using FTP
- Download
rtl-feed-fixer.zip
- Extract the
rtl-feed-fixer
directory to your computer - Upload the
rtl-feed-fixer
directory to the/wp-content/plugins/
directory - Activate the plugin in the Plugin dashboard
İncelemeler
Bu eklenti için herhangi bir değerlendirme bulunmuyor.
Katkıda Bulunanlar ve Geliştiriciler
“RTL Feed Fixer” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.
Katkıda bulunanlar“RTL Feed Fixer” eklentisini dilinize çevirin.
Geliştirmeyle ilgilenir misiniz?
Kodu görüntüleyin, SVN deposuna göz atın ya da RSS ile geliştirme günlüğüne abone olun.
Değişiklik Kaydı
1.0.1
- fixed typo class name in add_rtl_to_p
- fixed md file syntax for GitHub
- removed unnecessary LICENSE file
1.0
- Initial version
- automated testing