Chuỗi 3 bài viết hướng dẫn tạo chiến dịch remarketing AdWords. Đây là Bài số 1: Cách Lấy và Chèn mã Remarketing AdWords vào WordPress

  Tham khảo thêm: https://optshare.com/blog/analytics/google-tag-manager/   Bài 1 sẽ Hướng dẫn chi tiết từng bước bằng hình ảnh Cách Lấy và Chèn mã Remarketing AdWords  vào WordPress (ĐẶC BIỆT dành cho WordPress, nhưng vẫn có lời khuyên để áp dụng được cho mọi website). Cách chèn… Read More

Cách sử dụng Data youtube api v3

Các hàm dùng để login youtube qua api $client = new Google_Client(); $client->setClientId($client_id); $client->setClientSecret($client_secret); $client->setRedirectUri($redirect_uri); $client->setScopes(array( “https://www.googleapis.com/auth/plus.login”, “https://www.googleapis.com/auth/userinfo.email”, “https://www.googleapis.com/auth/userinfo.profile”, “https://www.googleapis.com/auth/plus.me”, “https://www.googleapis.com/auth/youtube.upload”, “https://www.googleapis.com/auth/youtube”, “https://www.googleapis.com/auth/youtube.force-ssl” )); $plus = new Google_Service_Plus($client); $youtube = new Google_Service_YouTube($client); Trước khi sử dụng chúng ta cần tạo API KEY từ trang https://console.developers.google.com Vào… Read More

Các ký tự unicode smile

Website tổng hợp chuyên về unicode https://www.fileformat.info/info/unicode/category/So/list.htm   Trang đầy đủ icon https://www.compart.com/en/unicode/category/So https://gist.github.com/endolith/157796 ☺ ☻ ✌ ☹ ♡ ♥ ❤ ⚘ ❀ ❃ ❁ ✼ ☀ ✌ ♫ ♪ ☃ ❄ ❅ ❆ ☕ ☂ ★ 💋 ◕‿◕ 。◕‿◕。 。◕‿‿◕。 ^̮^ (◕‿◕) (。◕‿◕。) (。◕‿‿◕。) (^̮^)… Read More