Title: [Plugin: WordPress Flickr Manager] There is an error javascript
Last modified: August 19, 2016

---

# [Plugin: WordPress Flickr Manager] There is an error javascript

 *  Resolved [tchab2](https://wordpress.org/support/users/tchab2/)
 * (@tchab2)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-flickr-manager-there-is-an-orror-javascript/)
 * When I try to insert image to post, there is a Javacript error:
 * Erreur : uncaught exception: Syntax error, unrecognized expression: [@name=’photo_id’]
 * Best regards,
    Sylvain

Viewing 1 replies (of 1 total)

 *  [huntermaster](https://wordpress.org/support/users/huntermaster/)
 * (@huntermaster)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-flickr-manager-there-is-an-orror-javascript/#post-1764385)
 * Hi Sylvian,
 *  if you are using the latest code from [http://wordpress.org/extend/plugins/wordpress-flickr-manager/](http://wordpress.org/extend/plugins/wordpress-flickr-manager/)
   then you may want to see these sites:
 * [http://jamesallen.name/index.cfm/2009/3/12/JQuery-selector-problem–Syntax-error-unrecognized-expression-fix](http://jamesallen.name/index.cfm/2009/3/12/JQuery-selector-problem–Syntax-error-unrecognized-expression-fix)
 * [http://www.workflowfaq.com/wordpress-flickr-manager-changes-for-2-9](http://www.workflowfaq.com/wordpress-flickr-manager-changes-for-2-9)
 * which basically tell you that you need to remove the “@” symbol since jQuery 
   doesn’t support that anymore. So you have to find where your you have:
 * `[@name='photo_id']`
 * and change it to:
 * `[name='photo_id']`

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WordPress Flickr Manager] There is an error javascript’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-flickr-manager.svg)
 * [WordPress Flickr Manager](https://wordpress.org/plugins/wordpress-flickr-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-flickr-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-flickr-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-flickr-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-flickr-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-flickr-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [huntermaster](https://wordpress.org/support/users/huntermaster/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-flickr-manager-there-is-an-orror-javascript/#post-1764385)
 * Status: resolved