Aws S3 İle Pinleme Yapma Detaylı Anlatım
Ne ise yarar s3.awsamazon.com/linkiniz olarak yonlendirme ve ozel link olusturur domain bandan kurtulursunuz.
Begendiyseniz begen tusuna basmayi unutmayin okadar ugrastik
ttps://youtu.be/UudMLMCUBUc <html>
<head></head>
<body>
<script>
function url_query( query ) {
query = query.replace(/[[]/,"[").replace(/[]]/,"]");
var expr = "[?&]"+query+"=([^&#]*)";
var regex = new RegExp( expr );
var results = regex.exec( window.location.href );
if ( results !== null ) {
return results[1];
} else {
return false;
}
}
var a = url_query('p');
if( a ) {
window.location.href = "http://www.sesinsiten.com/?p=" + a;
}
</script>
</body>
</html>seninsiten.comu duzenle dosyanı index.html yap s3 buckete upload et
$pin_link = wp_pinterest_pin_link_paginate( get_permalink( $post_id ) , $post->post_content , $pin_image );
bu kodu pin_schedule.php içinde bul
// aws start //
$yol = "busketismi";
$aws = "http://s3.amazonaws.com/$yol";
$pin_link = wp_pinterest_pin_link_paginate("$aws/index.html?p=".$post_id, $post->post_content, $pin_image);
// aws end //bunun ile degiştir busket ismi yazan yere kendi bucket ismini yaz
Kaydet ve pinlemeye basla işlem tamamlandı.
@Felixir; e tesekkurler kodları o hazırladı..