Title: AddThisPlugin.php Syntax
Last modified: December 5, 2017

---

# AddThisPlugin.php Syntax

 *  [loorlab](https://wordpress.org/support/users/loorlab/)
 * (@loorlab)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/addthisplugin-php-sintax/)
 * Hi Friends , please fix the syntax of line 846 of the file \plugins\addthis\backend\
   AddThisPlugin.php.
 * Wrong syntax :`$script .= ' <script data-cfasync="false" type="text/javascript"'`
   
   Ok syntax :`$script .= ' <script data-cfasync="false" type="text/javascript" '`
 * Wrong HTML :
    `<script data-cfasync="false" type="text/javascript"src="https://
   s7.addthis.com/js/300/addthis_widget.js#pubid=wp-81a07af1af0264d84f62a18043307078"
   async="async"></script><style type="text/css">/** Mega Menu CSS: fs **/</style
   >`
 * Ok HTML :
    `<script data-cfasync="false" type="text/javascript" src="https://
   s7.addthis.com/js/300/addthis_widget.js#pubid=wp-81a07af1af0264d84f62a18043307078"
   async="async"></script><style type="text/css">/** Mega Menu CSS: fs **/</style
   >`
 * Bad HTML :
    `<script data-cfasync="false" type="text/javascript"src="https://
   s7.addthis.com/js/300/addthis_widget.js#pubid=wp-81a07af1af0264d84f62a18043307078"
   async="async"></script><style type="text/css">/** Mega Menu CSS: fs **/</style
   >`
 * It is a space but this marks an error in HTML validation.
 * Thanks !
    -  This topic was modified 8 years, 5 months ago by [loorlab](https://wordpress.org/support/users/loorlab/).
    -  This topic was modified 8 years, 5 months ago by [loorlab](https://wordpress.org/support/users/loorlab/).
    -  This topic was modified 8 years, 5 months ago by [loorlab](https://wordpress.org/support/users/loorlab/).

The topic ‘AddThisPlugin.php Syntax’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/addthis-all_ffab73.svg)
 * [WordPress Website Tools Plugin – AddThis](https://wordpress.org/plugins/addthis-all/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/addthis-all/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/addthis-all/)
 * [Active Topics](https://wordpress.org/support/plugin/addthis-all/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/addthis-all/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/addthis-all/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [loorlab](https://wordpress.org/support/users/loorlab/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/addthisplugin-php-sintax/)
 * Status: not resolved