Rating: 5 stars
using this plugin for forever, it just laks the feature to fetch external sources,
to accomplish this I added this in plugin.php
if (isset($attrs['url'])) {
return file_get_contents($attrs['url'], 0, stream_context_create(["http"=>["timeout"=>3]]));
}
this will fetch external URLs with the shortcode [includeme url=]
With WP6 session data is somewhat cached, which caused some issues, but overall it works just as expected.
]]>Rating: 5 stars
I tried many plugins to find a plugin that would allow me to replace my PHP includes statements with something that would work in the WordPress editor. This is the one! Using the short code [includeme file=’/filename.php’] is all you need. And it works with WordPress 5.8.2.
]]>Rating: 1 star
The developer of this plugin released a buggy version and do not even care answering the users for the last 3 weeks!!!
Too bad! This plugin used to do the job for me but not anymore.
I am switching to the “Insert page” plugin which does the job and is well manage.
]]>Rating: 5 stars
I use this to enable version control (Git/GitHub) of custom code in vanilla WordPress Pages. No more coding Pages in WordPress’ editor! ??
]]>Rating: 5 stars
Simple, easy to use when files are in the includeme folder.
I use it to copy posts into a page, works well, but…
It would be nice if it had an option to copy the title of the post as well.
Dave
]]>Rating: 5 stars
So easy to use and does a great job including other php files and external sources. So good I can almost not believe it is free ??
]]>Rating: 5 stars
Brilliant in it’s simplicity. Already using it for custom loops where i need to control every aspect.
[includeme file=”myloop.php” id=”” cat=”7″ tag=”5″ ids=”” ppp=”12″ width=”560″ ratio=”portrait” size=”medium_large” ]
Kudos @satollo
]]>Rating: 5 stars
Probably the best plugin to add a PHP script (or another file, JS or iframe) via visual editor!
Пожалуй, это лучший плагин, позволяющий в два счёта подключить скрипт PHP (или JS, или iframe) прямо из визуального редактора.
Пробовал несколько плагинов – у них у всех не работал PHP. Этот же просто супер!
]]>Rating: 5 stars
Spent a few hours looking for something like this for a new project. Exactly what I needed. An easy way to stuff my website with my own code without messing with plugins too much.
Still works on WordPress 5.6, by the way.
]]>Rating: 5 stars
Best plugin I’ve found for the purpose. I use it so I can edit files in local editor, which save a huge amount of time. Thank you so much for creating and maintaining this gem!
]]>Rating: 5 stars
It is best plugin for include php
]]>Rating: 5 stars
Great plugins and works perfectly 5/5
]]>Rating: 5 stars
Every plugin should be this simple to implement and worry free to use. One shortcode does it all and I have had ZERO conflicts with the core, any theme. or any other plugin on over 40 sites.
Thanks for one of the most useful plugins I have in my “base set” whenever I build a new site!
]]>Rating: 5 stars
Does just what I want; including a snippet of my PHP directly, without the formatting-sizing problems of an <iframe>.
One issue:
If you include like this: [includeme file=”myscript.php”]
… any variables in your script defined outside of a function will NOT be automatically global, like they normally would. This took a lot of figuring out, but you must such variables as global so they can be accessed within functions.
]]>Rating: 5 stars
This plugin works great to include simple .php pages I’ve written outside of WordPress. For example, I wrote a .php page to query temperature sensors on my network. The Include Me plugin lets me display that .php page in a WordPress page. Awesome!
]]>Rating: 5 stars
Outstanding plugin. Love it. Very useful. Will donate some $$.
]]>Rating: 5 stars
I was looking for something like this. Great Job! I also hope this plugin stays updated!
]]>Rating: 5 stars
I hope the author is still considering to maintain this great plugin!
]]>Rating: 5 stars
Great little plugin
If you use
https://www.saltoftheearthretreat.com/sample-post/
for permalink settings, then you may need to add
the ../ to get your include file loaded
../includefilename.txt
]]>Rating: 5 stars
Works great and is easy to use. It was very helpful for me to be able to include a large number of non-wordpress pages in a BuddyPress implementation and be able to use Private Community for BP to restrict access to pages. Thanks much!!
]]>Rating: 5 stars
This include works perfectly. It took me a minute to figure out the path but now it works flawlessly. A must-have for controlling the same content that must appear on multiple pages.
BTW, since the instructions say to put an absolute path from the home directory I first tried using “/myinclude.txt” and it didn’t work, just leave out the first slash and use “myinclude.txt” – that would be a relative path from the home directory.
If you’re like me and like to have all your includes in their own little directory then make a folder and use “myfolder/myinclude.txt”
Thank you to the developer for making my life easier with such a simple tool!!
Ciao,
L
]]>