Difficulty with the email button
On one site it works fine with Version 2.4.1
On another using Version 2.4.2 it does not. The URL does not copy to the new email message
On the site that works I have modified wp-socializer/wp-socializer.php as follows:
’email’ => array(
‘name’ => ‘Email’,
‘titleText’ => __(‘Email this ‘, ‘wpsr’) . ”,
‘icon’ => ’email.png’,
‘url’ => ‘mailto:?subject={de-title}&body={de-excerpt} %0A%0A {de-url}’, // Fixed the bug in v2.4.1
‘support32px’ => 1, NOTE EXTRA LINE FEEDS INSERTED %0A%0A
),
The eequivalent code in the 2.4.2 version is:
’email’ => array(
‘name’ => ‘Email’,
‘titleText’ => __(‘Email this ‘, ‘wpsr’) . ”,
‘icon’ => ’email.png’,
‘url’ => ‘mailto:?subject={de-title}&body={de-excerpt} %0A%0A {de-url}’, // Fixed the bug in v2.4.1
‘support32px’ => 1,
),
Version 2.4.1 — http://patkdnet.ipage.com/public_html/log/
Version 2.4.2 — http://cdlmn.org/news/