• This plugin works awesomely well compared to most free wp-plugins, have not yet found any bugs.

    However some things to consider for a 5 star rating from me, best practice on the web today:

    * No inline CSS / JavaScript unless you have an extraordinary good reason.
    Tip: You can link to a js.php file and put header('content-type: text/javascript');, write the file through php OR simply write the dynamic stuff in a <input type="hidden" /> in the page – if you need to add stuff from server side that is.

    * Put JavaScript files in the end of <body>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Muneeb

    (@muneeb)

    Hi there,

    Thank you for your feedback and review, I agree with your first point and hopefully will start working on it soon and make sure my plugin don’t add any inline css and Javascript in the next version.

    Thanks
    Muneeb

    Plugin Author Muneeb

    (@muneeb)

    Inline code is removed in the current version. Thanks for the suggestion

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Awesome but inline code no thanks’ is closed to new replies.