Skip to content

Repo for a little Wordpress plugin called Script Embeder. This plugins allows to include javascript libraries and scripts in any post.

Notifications You must be signed in to change notification settings

tomascot/scriptembeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello there!

This plugin was created to make adding JS script to your posts easy. Why? Because having to load a script in every page
is not good for anybody, that why with Script Embeder you can add scripts for each Post, and of course, the script is
loaded just in that Post (including selecting the order, and the position)

First Version:
Add multiple JS scripts (using the SRC or the script INLINE).
Select if the plugin is added to the HEAD or the FOOTER (using wp_head and wp_footer functions).
Select the order.

TODO (Next versions):
Add the scripts/styles using wordpress functions for that.
Allow uploading the file from the Post Editor. (low priority)

About

Repo for a little Wordpress plugin called Script Embeder. This plugins allows to include javascript libraries and scripts in any post.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published