diff --git a/readme.txt b/readme.txt index 17151e9..967f51b 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: Facebook, wall, shortcode, timeline, social network Donate link: https://github.com/sponsors/sebastienserre Requires at least: 4.6 Tested up to: 5.9 -Stable tag: 1.0.1 +Stable tag: 1.0.2 License: GPL v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -19,19 +19,39 @@ Facebook is a trademark owned by Meta Platform Inc. Thivinfo.com has no link wit = How to display a Facebook wall in my website? = * From WP 5.0 Use the Gutenberg Block "Simple Wall" ! * You can also use the shortcode [simple_wall] with 3 parameters possible: - - url + - slug (the last part of your URL) - height - width - Example [simple_wall url='https://www.facebook.com/MotoGP/' width=300 height=600] + Example [simple_wall slug='MotoGP' width=300 height=600] + += What do you mean by "Slug" ? +In WordPress ecosystem, the slug of a page is the last of it. For example in the https://www.facebook.com/VeloBrival/ Facebook page, the slug is "VeloBrival". + = Why my wall isn't displayed ? = Do you try to show the wall of a private page/profile? Simple Wall only display wall from public Facebook pages. No user profile. += I've found a bug, how to report it ? = +Feel to report an issue to my [GitHub](https://github.com/sebastienserre/simple-wall/issues/new/choose) + += I've an idea to improve this plugin, how to report it ? = +Feel to report an enhancement to my [GitHub](https://github.com/sebastienserre/simple-wall/issues/new?assignees=&labels=&template=feature_request.md&title=) + += Where can I find help ? = +Please use the [WordPress forum]( https://wordpress.org/support/plugin/simple-wall/ ), I will make my best to answer and help you asap. + == Screenshots == 1. Render -2. Settings +2. Settings Gutenberg Block +3. Settings Shortcode == Changelog == += 1.0.2 (2022-01-18) = +* fix an issue where the localized FB page were not displayed (#3) +* fix an issue where the shortcode was displayed outside the content (#5) +* fix an issue where the url previously used was a link (#4). From now a slug is asked instead of an URL. +* Improve FAQ / add screenshots / Improve Readme + = 1.0.1 (2022-01-15) = * Commestic change (readme / wrong indent )