Chèn số cờ nước vào số điện thoại contact 7 không dùng Plugin

admin09/03/2024 2829

Bạn đang muốn chèn cờ và tên nước vào trường điện thoại của contact 7 giống như hình dưới.

Vui lòng copy đoạn code sau vào file function:

function chen_css_js_phone_country() {
wp_enqueue_style( 'nb-intlTelInput-style', 'https://abweb.vn/wp-content/themes/flatsome-child/tools/contact7-flag/flag.css' );
wp_enqueue_script( 'nb-intlTelInput-script','https://abweb.vn/wp-content/themes/flatsome-child/tools/contact7-flag/flag.js', array( 'jquery' ) ); 
}
add_action( 'wp_enqueue_scripts', 'chen_css_js_phone_country' );
function custom_js_phone_country(){
?>
<script>(function($) {
$(function() {
$(".wpcf7-tel").intlTelInput({
autoPlaceholder: "off",
hiddenInput: "full_number",
nationalMode: false,
placeholderNumberType: "MOBILE",
geoIpLookup: function(callback) {
$.get("https://ipinfo.io", function() {}, "jsonp").always(function(resp) {
var countryCode = (resp && resp.country) ? resp.country : "";
callback(countryCode);
});
},
initialCountry: "auto",

});
});
})(jQuery);
</script> 
<?php 
}
add_action('wp_footer','custom_js_phone_country');

 

Nếu bạn lười không muốn copy code này thì có thể dùng plugin mình đóng gói tại đây(tí viết xong uplên):

 

Hỏi đáp

Bài viết mới nhất
admin20/05/2025 234
admin15/05/2025 244
admin13/05/2025 207
admin03/05/2025 348
admin03/05/2025 211
admin12/02/2025 704
admin11/02/2025 392
admin04/02/2025 386
Chia sẻ mới nhất
admin15/05/2025 244
admin13/05/2025 207
admin03/05/2025 348
admin03/05/2025 211
admin12/02/2025 704
admin11/02/2025 392
admin09/12/2024 546
_load_textdomain_just_in_time
admin21/11/2024 911
admin21/11/2024 696
admin20/11/2024 795
Tất cả dữ liệu trên website chỉ làm demo web tham khảo, không bán hàng hay cung cấp dịch vụ
';