I have this plugin installed on 2 website that are running the same version of wordpress. One of them doesn’t work and gives me this error when I try to create a snippit
Notice: Use of undefined constant ? – assumed ‘?’ in /home/dealeweb/public_html/dome-dating.com/blog/wp-content/plugins/embedit-pro/embed-it-pro.php on line 377
Notice: Use of undefined constant ? – assumed ‘?’ in /home/dealeweb/public_html/dome-dating.com/blog/wp-content/plugins/embedit-pro/embed-it-pro.php on line 399
]]>I have several snippets posted on different pages, and as an Admin I can see the “edit snippet” button. But the issue is so do basic users. They can login as basic users and the edit snippet button is still there. When they click it, nothing happens, but still the fact that they see it is not good. I would like to disable the button all together. Can you help?
]]>Plugin breaks the original WordPress tinymce editor. Disabling the plugin fixes this issue.
]]>As of 4.3 this plugin is now generating a warning about the use of deprecated PHP4-style constructors in SuperThemes_html_snippet_Widget
.
To correct this, please change lines 552 and 560 of embedit-pro/embed-it-pro.php
as follows:
551 //
552 function __construct() {
553
...
559 // __('Random Picture') is the title of the widget in the backend
560 parent::__construct('st-query-widget', __('HTML Snippet'), ...
561
Thanks!
]]>Is there a way to just make the snippet show without being embedded in a coloured table? I’m showing a Google ad, but it’s enclosed in a blue table with the name of the ad at the top.
]]>I am not able to use php veriabels when creating HTML Snippets using EmbedIt.please give me a way how i can emmbbed php code in my html content with examples.
]]>I need to integrate an existing html page into a wordpress site that already has a theme installed.
I’m helping my friend to set up an entry page like this:
https://terry.myartsonline.com/home.html
into her existing site that is using Yin & Yang theme:
https://terrybraunstein.com
In your experience, is that possible at all to do it with your plugin? Or any other way?
And of course I’d like to keep the formatting of my entry page as well. I’ve used tables to layout the page using a very good WYSIWIG editor – Microsoft Expression Web4 (I don’t know any other way). The links from the buttons and images will be changed later to open the specific media category.
Appreciate any comments, advise and tips how to get it done.
Thanks!
Marek
]]>Hi, I got JustinTV embedded onto my website, with the HTML snippet and everything. I have a psychic website, https://www.onlinepsychicadvisors.com My question is, how do I get the live streaming to show up when the psychics are online? Meaning, when a customer enters the “Online Now” tab, how can I make it so the psychic that is online, be live so the customer can see them immediately? I hope you can help with this, thanks! I have not made that tab public yet, it is still private. Any suggestions? Thanks!
]]>Is it possible to resize the videos that are embedded with embed it?
]]>The plugin is great. However I want to know how can I insert another display code in the snippet. For example, i am using custom contact form and i want to insert it at a specific location in the html snippet, where and how should i proceed? example code to insert is: [customcontact form=1]
]]>Hi all,
I installed embedit-pro, and I’m trying to add some social networks button . I added one, but then realized that the Add new Html tag does nor show on my left side panel once the snippet is created on the editor. The one I added was because it showed as an error on my site after I published it and I clicked on the error and it brought me to a screen that I have no access to from my admin page.
Any ideas? Many thanks.
]]>Fatal error: Cannot redeclare my_refresh_mce() in ../wp-content/plugins/embedit-pro/embed-it-pro.php on line 208
]]>Works fine, but it doesn’t seem to call ‘external’ CSS and JS once the HTML is embedded. I made a html file, linked with a style.css and a dosomething.js, only have paragraph style within the html file. When I copy paste into the snippet, save and embed the snippet in a wp-page, it doesn’t seem to work anymore, even if i link the css and js with the full path …
Is a solution possible, or do we need to write all css and js within the html code?
]]>It’s because with the new version of WordPress (with my theme anyways) this plugin makes a conflict with the footer of my theme, that becomes graphically a mess.
]]>I’ve been using the original EmbedIt v 0.1 for a very long time now and noticed this has now developed into EmbedIt Pro. Is it safe for me to change from old to new or will my original codes all be lost?
]]>Hello,
I downloaded your plugin in the hope that embed codes we get from our multimedia content system(Ensemble Video) can be used on our in house wordpress install. However every time we try to embed the code found at https://develop.temple.edu/c3demo/code.html , the script age is stripped out . I know I can modify the kses.php file and fix the problem but I thought the idea of using your plugin was so I don’t need to do that.
Is this correct or am I doing something wrong?
Any help will me appreciated.
Thank You
Viral
Thanks for great plugin … all works well for me except that the “HTML Snippet” button is not showing in my wordpress editor window. A “Custom Field” button has been added but no HTML Snippet? Hoping you could suggest what I might try to get it to show?
]]>I took it a little farther already though by creating a full token manager with custom tokens and processes php, js, html and css and stores it in the database with versioning.
Take a look at my code and tell me what you think.
Token Manager