This just happened to us also. Though this is the only time it’s happened. This must have happened to others. hello???
This is the first time I’ve come across this problem.
What sentence/line is giving you problems?
By any chance, did you try the line I posted.
Well, not sure if this will help, but here goes. I tried doing something similar with wp-print
I was able to do it as follows:
'Print' => Array(
'favicon' => 'printer.png',
'url' => 'print/',
'description' => __('Print this article!', 'sociable'),
),
The post id is generated automatically. The print icon is now linked to website/post_id/print/
I guess you need the id to appear at the end of a given url, but maybe you could figure out how to modify the email_this plugin.
Just a suggestion, there is an email plugin on the same site linked above. It might work similarly to the print plugin I’m using and it might be worth a shot to try it out if you haven’t already solved the problem.