I see WordPress closed this plugin, but there are vulnerabilities being reported by Blogvault, https://s.grcwk.co/OAuZ5nGo. Is it really dead? Should I be looking for a new one?
]]>Hi Scott,
Probably a special project. I’m using a video recorder and I want to embed it into the Admin area of WordPress so people can screen record from inside WordPress. I’ve seen this on another site, but can’t seem to figure out how to do it! The javascript i was provided works if i create a post and list it as code, but when added to the <head> area of WordPress it doesn’t seem to do anything. Suggestions – not sure if you’re “for hire” for special projects or not.
Here is the code I was provided:
<script type=”text/javascript” id=”som_recorder_cYV0cObM” src=”//screencast-o-matic.com/api/som.js”></script><script type=”text/javascript”>SOM.Recorder({id: “cYV0cObM”}).embed();</script>
]]>Hi Scott, looks like there hasn’t been much activity here for a while but I’m hoping you can help me as I’ve been pulling my hair out trying to insert some JavaScript into the WP dashboard. This plugin looked like the perfect answer but I’ve tried posting my script in every combination I can think of, including calling a js file but to no avail. The code is:
<script>
var beamer_config = {
product_id : "xxxxxxxx", //DO NOT CHANGE: This is your product code on Beamer
button_position: 'bottom-right' /*Position for the default notification button. Other possible values are 'bottom-left', 'top-left' and 'top-right'.*/
};
</script>
<script type="text/javascript" src="https://app.getbeamer.com/js/beamer-embed.js"></script>
Are you able to advise how/where to insert the code or is it just not going to work in the dashboard?
Many thanks,
Benz1
Hi Scott,
Thanks for this plugin. It is giving me a solution that is workable right now.
I am using the plugin Tabify Edit Screen, which since recent WordPress updates or plugin updates has quit supporting in php filter to register unregistered meta boxes. Make sense?
I am replacing 1 or 2 class names through javascript to achieve what I need.
I have the following.
document.getElementById("psp_onpage_optimize_meta_box").className = ".postbox.tabifybox.tabifybox-3";
My question is when I do this the “sortable” post box for this meta box is not sortable. Is there a way to work this where I can replace a classname of a meta box using javascript but keep the metabox sortable?
Thanks,
]]>Hi,
I’ve tried to add my admin file on the Admin JavaScript Files box as follows:
wp-content/themes/twentytwelve-child/js/custom-admin.js (it says you can add a relative path to the root of the installation)
But it doesn’t function…?
https://www.ads-software.com/extend/plugins/add-admin-javascript/
]]>This plugin only loads the first javascript file and ignores the rest of the input.
https://www.ads-software.com/extend/plugins/add-admin-javascript/
]]>This is exactly what I have been looking for!
Is there any way I can have the same changes taken to all of my sites in a multisite install?
Thanks
https://www.ads-software.com/extend/plugins/add-admin-javascript/
]]>