Coming 1.9.7 WP_w3all RSS feeds shortcode, iframe v4
Posted: Fri Mar 08, 2019 10:34 pm
Since a "strange" question, asking to retrieve forums data without having possibility to access the phpBB config.php values by a domain not under control, cross domain, first idea/answer has been: not possible.
Second answer i've think: ... or better, would be possible via RSS and if this board run with phpBB and phpBB have a default RSS system.
Subsequent has been the coded shortcode to retrieve feeds from any URL in WordPress, not only from phpBB to grab RSS in any flavors.
The shortcode to use will be like this:
params to pass are quite well self explained:
w3feed_url
w3feed_items_num
w3feed_text_words (if 0 without content, only link and author/date, OR number of words, OR entire content)
w3feed_ul_class
w3feed_li_class
it will be added into next coming soon 1.9.7
New iframe v4 code with new scroll way (v4 new scroll example is actually online here, but it is not complete and still lack of some adjustment to scroll correctly in any situation) will be also added.
Some old plugin shortcode and the widgets code will be simplified and rewrite to be easier to customize for anyone, like this last one about feeds will be.
Second answer i've think: ... or better, would be possible via RSS and if this board run with phpBB and phpBB have a default RSS system.
Subsequent has been the coded shortcode to retrieve feeds from any URL in WordPress, not only from phpBB to grab RSS in any flavors.
The shortcode to use will be like this:
Code: Select all
[w3allfeed w3feed_url="https://www.axew3.com/w3/forums/feed.php?mode=news" w3feed_items_num="10" w3feed_text_words="0|30|content" w3items_ul_class="myclass" w3items_li_class="myclass"]
w3feed_url
w3feed_items_num
w3feed_text_words (if 0 without content, only link and author/date, OR number of words, OR entire content)
w3feed_ul_class
w3feed_li_class
it will be added into next coming soon 1.9.7
New iframe v4 code with new scroll way (v4 new scroll example is actually online here, but it is not complete and still lack of some adjustment to scroll correctly in any situation) will be also added.
Some old plugin shortcode and the widgets code will be simplified and rewrite to be easier to customize for anyone, like this last one about feeds will be.