Amazon yerine isteyenler alternatif olarak facebook kullanabilirler.
Linklerin başına
https://www.facebook.com/l.php?u= eklendiğinde facebook üzerinden hit gelir. Burada ana domaini kullanıyoruz.
Pinterest Automatic $pin_link = wp_pinterest_pin_link_paginate( get_permalink( $post_id ) , $post->post_content , $pin_image );
Bu kodu silip yerine şu kodu ekleyeceksiniz;
$pin_link = wp_pinterest_pin_link_paginate( 'https://www.facebook.com/l.php?u=https://domain.com/?p='.$post_id , $post->post_content , $pin_image );
Social Auto Poster //Check if not
if (empty($postlink)) {
$postlink = $this->model->wpw_auto_poster_get_permalink_before_publish($post->ID);
}Bu kodu bulunca bu kodu silip yerine
$postlink = 'https://www.facebook.com/l.php?u=https://domain.com/?p='.$post->ID;
Kodlar için detaylı anlatım burada