Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
SimplyCom
tagDiv Member

Hi,

Thanks for the 2 solutions abouve but unfortunatly niether are working for me, I have tried with the greater sign and with the greater sign and exclamation mark and neither options are working, the only option I am getting in the post settings section are “Naver” here is the code: –

“function td_add_new_social_network() {
$social_drag_and_drop = td_options::get_array(‘td_social_drag_and_drop’);

if ($social_drag_and_drop != ” && array_key_exists(‘naver’, $social_drag_and_drop) != true) {
$social_drag_and_drop += array(‘naver’ => ”);
}

td_options::update_array(‘td_social_drag_and_drop’, $social_drag_and_drop);
}
td_add_new_social_network();

function td_theme_migration() {
$td_db_version = td_util::get_option(‘td_version’);

// update TO version 8.6 – add social networks
// @since 14.12.2017
if (version_compare($td_db_version, ‘8.6’, ‘>’) || TD_DEPLOY_MODE == ‘dev’) {
$social_drag_and_drop = td_options::get(‘td_social_drag_and_drop’);
if ($social_drag_and_drop == ”) {
td_options::update_array(‘td_social_drag_and_drop’, array (
‘facebook’ => true,
‘twitter’ => true,
‘pinterest’ => true,
‘whatsapp’ => true,
‘linkedin’ => ”,
‘reddit’ => ”,
‘mail’ => ”,
‘print’ => ”,
‘tumblr’ => ”,
‘telegram’ => ”,
‘stumbleupon’ => ”,
‘vk’ => ”,
‘digg’ => ”,
‘line’ => ”,
‘viber’ => ”,
‘naver’ => ”
));
}
}”

Any help would be appreciated, the client needs to have the other sharing options! Many thanks

SimplyCom
tagDiv Member

Hi Vlad, I have followed your instructions and it is not working for me can you help please the only option I am getting is “naver”

Viewing 2 posts - 1 through 2 (of 2 total)