optimizely / wordpress-plugin

An Optimizely plugin for Wordpress.
https://wordpress.org/plugins/optimizely/
Other
10 stars 12 forks source link

Revert "Get full permalink from server side. It was being truncated clie... #11

Closed bradtaylorsf closed 9 years ago

bradtaylorsf commented 9 years ago

Reverts optimizely/wordpress-plugin#7

This will not work because the if a user does not create the post first the URL in the database is something like http://localhost:8081/wordpress/?p=33 instead of the SEO friendly version. However there is a span with an ID "editable-post-name-full" that coudl be used. Try to rework it with this in mind. IF you need any help let me know