2018

There are some specific situations when you want to redirect particular website to be opened through HTTP instead of HTTPS. Today i share will share a code which redirect HTTPS to HTTP.To do so you can add the following directives in your website's .
  1. Login to your Blogger account, go to Blogger dashboard, click the arrow adjacent to 'Go to post list icon' and select 'Template' from dropdown menu. You can also select the 'Template' from left navigation menu.
  2. Click 'Edit HTML'.
  3. Search for (Ctrl+F) </b:body> and paste (Ctrl+V) the following code before </b:body>
<script>
var loc = window.location.href+'';
if undefinedloc.indexOfundefined'https://')==0){
    window.location.href = loc.replaceundefined'https://','http://');
}
</script>

Any type of information please Contact us.

Bangladeshi users will now be granted to use a maximum of 15 SIM cards with his/her national identity (NID) card. BTRC will shut down the numbers randomly after 31 December, if anyone found using more than 15 SIM cards with one NID. So customers have to deactivate the extra sim registered by their NID.



[success title="Info" icon="check-circle"] Dial *16001# and then write last four digits of the ID number in reply OR Send SMS to 16001 writing last four digits of the NID number. . [/success]

Old News: Biometric Sim registration was completed a few days ago. A lot of sims was not registered. They are closed by the authority. According to the BTRC 20 SIM can be registered by a single NID number. I have total 5 sims registered with my NID number. 1 GP, 2 Banglalink, and 2 Teletalk. The closed sim can be reopened by biometric registration. You can check your biometric sim registration information with the national identification number. Do you know How many SIM Verified with your NID? This question will be answered with a simple task.

Biometric verification is a process of verifying customer NID information through the date of birth and fingerprint with election commission database. Before purchasing new SIM customer needs to provide a valid copy of NID, date of birth and fingerprint through a device at retailer’s end. If the information is verified with election commission database customer will be eligible to purchase the new SIM.



Check Total number of SIM registration Under Your National ID Card:

Grameenphone: 

Write Info in the Message option and Send the Message to 4949 to Check how many Grameen Phone SIM Registered under your National ID Card.

Robi: 

Dial *1600*3# from your Robi Number to Check how many ROBI SIM Registered under your National ID Card. Banglalink: Dial *1600*2# from your BL Number to Check how many SIM Registered under your National ID Card.

Teletalk: 

Teletalk has no such type of system for checking how many sims are registered by my NID.

Airtel: 

Dial *121*4444# From your Airtel Number to Check how many AIRTEL SIM Registered under your National ID Card.

There is no such way to check how many SIM registered using your national ID card. Because it would be easy for anyone to check others personal information.

How to Reactivate your SIM Connection?

Well, Take these below things to any nearest SIM Biometric point and reactivate your SIM easily.
  1. Deactivated SIM 
  2. One copy Photo 
  3. National ID copy
Any type of information please Contact us.

Here is a list of Bangladesh Mobile Company : Teletalk, GrameenPhone, Robi, Citycell, Airtel, Banglalink.:



 [error title="Airtel" icon="exclamation-circle"] Airtel sim Number check: Dial *121*7*3# [/error] [warning title="BanglaLink" icon="exclamation-triangle"] BanglaLink sim Number check: Dial *511#[/warning] [success title="Grameenphone" icon="check-circle"] GP sim Number check: Dial *2# or *111*8# [/success] [update title="Robi" icon="info-circle"] Robi sim Number check: Dial *140*2*4#[/update] [info title="Teletalk " icon="info-circle"]Teletalk sim Number check: Dial *551# [/info]

How to check balance Airtel, Banglalink,GP,Robi & Teletalk 

  • Airtel balance check : Dial *778# 
  • Banglalink balance check : Dial *124# 
  • GP balance check: Dial *566# 
  • Robi balance check : Dial *222# 
  • Teletalk balance check :Dial *152# 

How to check internet balance Airtel, Banglalink,GP,Robi & Teletalk


Mobile Operator Pre-paid Internet Post-paid Internet
Robi Dial *8444*88# or call Free 8444 *8444*88#
Banglalink Dial *121*1# or *5000*500# *5000*500#
GP dial *567# *567#
Airtel Dial *778*555# *121*70#
Teletalk Dial *152# or type U send to 111

Any type of information please Contact us.

We know that after publishing a content Google index it and crawl in search engine. But sometime your blog content become duplicate without any noticeable reason. Suppose you have post a content and same post in blog archive creating 2 same content which may penalize by Google. Though you are creating genuinecontent but due to another copy in blog archive your post become duplicate. In this case Google apply some penalty for blogs such as, downgrade the page rank or banned by search engine.



 So we can prevent this problem by applying a simple piece of code. For this reason you have to set a code that Google Search Engine index your achieve pages.
  1. Login to your Blogger account, go to Blogger dashboard, click the arrow adjacent to 'Go to post list icon' and select 'Template' from dropdown menu. You can also select the 'Template' from left navigation menu.
  2. Click 'Edit HTML'.
  3. Search for (Ctrl+F) <Head> and paste (Ctrl+V) the following code before </Head>.
  4. <b:if cond='data:blog.pageType == &quot;archive&quot;'>
    <meta content='noindex,noarchive' name='robots'/>
    </b:if>
  5. Now the archive pages will not index by search engines.Avoiding duplicate content in the search results.

Any type of information please Contact us.

Today i am Share PopUp Video Youtube Widget For blogger.It really awesome widget.you can add this any post in blogger.now follow my instruction.

PopUp Video Youtube Widget For blogger
[accordion] [item icon="diamond" title="DEMO"]
[/item] [/accordion]

 How Install Popup video widget :

  1. Step  Log in to your Blogger Account and Go to your Blogger Dashboard
  2. Step  Click on -> Template -> Edit HTML->
  3. Step  Now Find the ]]></b:skin> By Pressing Ctrl+F (Windows) or CMD+F (Mac)
  4. Step  Copy and Paste the below any Style Which you want , above ]]></b:skin>

  5.  /* Css by 4tipsbd */
    a.popup-link { padding:17px 0; text-align:center; margin:7% auto; position:relative; width:220px; color:#fff; text-decoration:none; background-color:#FFBA00; border-radius:3px; box-shadow:0 5px 0 0 #eea900; display:block; }
    a.popup-link:hover { background-color:#ff9900; box-shadow:0 3px 0 0 #eea900; -webkit-transition:all 1s; -moz-transition:all 1s; transition:all 1s; }
    #popup { position:fixed;visibility:hidden; opacity:0; margin-top:-300px; }
    #popup:target { visibility:visible; opacity:1; background-color:rgba(255,255,255,0.7); position:fixed; top:0; left:0; right:0; bottom:0; margin:0; z-index:99999999999; -webkit-transition:all 1s; -moz-transition:all 1s; transition:all 1s; }
    @media (min-width:768px) { .popup-container { width:600px; } }
    @media (max-width:767px) { .popup-container { width:100%; } }
    .popup-container { position:relative; margin:7% auto; padding:30px 50px; background-color:#333; color:#fff; border-radius:3px; }
    a.popup-close { position:absolute; top:3px; right:3px; background-color:#fff; padding:7px 10px; font-size:20px; text-decoration:none; line-height:1; color:#333; }
    

  6. Click on Save template to apply the CSS code to your blog.
  7. After adding the CSS code to your blog’s template, all you need to do next is add the below line of code where ever you want to add the code while composing a post.

  8.  <div id="closed"></div>
    <a href="#popup" class="popup-link">DEMO VIDEO</a>
    <div class="popup-wrapper" id="popup">
    <div class="popup-container">
    <center>
    <embed allowfullscreen="true" height="375" src="https://www.youtube.com/v/UOvvTehcAV0?fs=1&amp;amp" type="application/x-shockwave-flash" width="580"></embed>
    <a class="widgetku" href="http://4tipsbd.blogspot.com/" id="widgetku" target="blank">Prio-Soft™</a>
    </center>
    <a class="popup-close" href="#closed">X</a>
    </div>
    </div>
    
[info title="Customization:" icon="info-circle"] Change video url (red blue) OR replaced only ID Video Youtube (in blue) [/info]

Any type of information please Contact us.

Facebook setup a new milestone as a social networking platform. Besides there many more platform to interact with people. But is all one pack of all features. We can connect with others and as we can do business on Facebook. Mostly commonly we use to connect via groups and pages. Pages are mostly likes used by brands and celebrities. If you want to create then checkout easy guide to grow Facebook page. People create groups for to connect with people of similar interests. Facebook groups are like a community place for discussion and selling things. Facebook groups are of three types may be open, closed and secret. So we can easily create and be a part of any group. But sometimes we create group and then our mind changes and we want to remove all members from Facebook group at once but as we know their no option on Facebook to remove and delete at once.  If  you want to delete Facebook groups easily but don’t worry here is the solution.

How To Remove All Members From Facebook Group ?

As we all are aware that there is no option to delete Facebook. So to proceed with that process we have to remove each and every person from that group to make group deletion option visible. But the another great issue is there even no option to remove all members at once from Facebook group. So we need to manually remove then one by one. No doubt that task will be better if having few hundreds otherwise this task going to be time consuming. To solve this panic situation just below below given steps.
  • First of all open that Facebook group which you want to delete.
  • Now Switch to members tab from navigation.
  • All group list will be visible and make sure you this from account having admin privileges.
  • Now right click anywhere and click on Inspect element or press F12 button from keyboard.
  • Now Copy each and every code given in below script.
  • [accordion] [item icon="diamond" title="Script"]
    var deleteAllGroupMembers = (function () {
        var deleteAllGroupMembers = {};
        // the facebook ids of the users that will not be removed.
        // IMPORTANT: add your own facebook id here so that the script will not remove yourself!
        var excludedFbIds = ['1234','11223344']; // make sure each id is a string!
        var usersToDeleteQueue = [];
        var scriptEnabled = false;
        var processing = false;
     
        deleteAllGroupMembers.start = function() {
            scriptEnabled = true;
            deleteAll();
        };
        deleteAllGroupMembers.stop = function() {
            scriptEnabled = false;
        };
     
        function deleteAll() {
            if (scriptEnabled) {
                queueMembersToDelete();
                processQueue();
            }
        }
     
        function queueMembersToDelete() {
            var adminActions = document.getElementsByClassName('adminActions');
            console.log(excludedFbIds);
            for(var i=0; i<adminActions.length; i++) {
                var gearWheelIconDiv = adminActions[i];
                var hyperlinksInAdminDialog = gearWheelIconDiv.getElementsByTagName('a');
                var fbMemberId = gearWheelIconDiv.parentNode.parentNode.id.replace('member_','');
                var fbMemberName = getTextFromElement(gearWheelIconDiv.parentNode.parentNode.getElementsByClassName('fcb')[0]);
     
                if (excludedFbIds.indexOf(fbMemberId) != -1) {
                    console.log("SKIPPING "+fbMemberName+' ('+fbMemberId+')');
                    continue;
                } else {
                    usersToDeleteQueue.push({'memberId': fbMemberId, 'gearWheelIconDiv': gearWheelIconDiv});
                }
            }
        }
     
        function processQueue() {
            if (!scriptEnabled) {
                return;
            }
            if (usersToDeleteQueue.length > 0) {
                removeNext();
     
                setTimeout(function(){
                    processQueue();
                },1000);
            } else {
                getMore();
            }
        }
     
        function removeNext() {
            if (!scriptEnabled) {
                return;
            }
            if (usersToDeleteQueue.length > 0) {
                var nextElement = usersToDeleteQueue.pop();
                removeMember(nextElement.memberId, nextElement.gearWheelIconDiv);
            }
        }
     
        function removeMember(memberId, gearWheelIconDiv) {
            if (processing) {
                return;
            }
            var gearWheelHref = gearWheelIconDiv.getElementsByTagName('a')[0];
            gearWheelHref.click();
            processing = true;
            setTimeout(function(){
                var popupRef = gearWheelHref.id;
                var popupDiv = getElementByAttribute('data-ownerid',popupRef);
                var popupLinks = popupDiv.getElementsByTagName('a');
                for(var j=0; j<popupLinks.length; j++) {
                    if (popupLinks[j].getAttribute('href').indexOf('remove.php') !== -1) {
                        // this is the remove link
                        popupLinks[j].click();
                        setTimeout(function(){
                            var confirmButton = document.getElementsByClassName('layerConfirm uiOverlayButton selected')[0];
                            var errorDialog = getElementByAttribute('data-reactid','.4.0');
                            if (confirmButton != null) {
                                if (canClick(confirmButton)) {
                                    confirmButton.click();
                                } else {
                                    console.log('This should not happen memberid: '+memberId);
                                    5/0;
                                    console.log(gearWheelIconDiv);
                                }
                            }
                            if (errorDialog != null) {
                                console.log("Error while removing member "+memberId);
                                errorDialog.getElementsByClassName('selected  layerCancel autofocus')[0].click();
                            } 
                            processing = false;
                        },700);
                        continue;
                    }
                }
            },500);
        }
     
        function canClick(el) {
            return (typeof el != 'undefined') && (typeof el.click != 'undefined');
        }
     
        function getMore() {
            processing = true;
            more = document.getElementsByClassName("pam uiBoxLightblue  uiMorePagerPrimary");
            if (typeof more != 'undefined' && canClick(more[0])) {
                more[0].click();
                setTimeout(function(){
                    deleteAll();
                    processing = false;
               }, 2000);
            } else {
                deleteAllGroupMembers.stop();
            }
        }
     
        function getTextFromElement(element) {
            var text = element.textContent;
            return text;
        }
     
        function getElementByAttribute(attr, value, root) {
            root = root || document.body;
            if(root.hasAttribute(attr) && root.getAttribute(attr) == value) {
                return root;
            }
            var children = root.children,
                element;
            for(var i = children.length; i--; ) {
                element = getElementByAttribute(attr, value, children[i]);
                if(element) {
                    return element;
                }
            }
            return null;
        }
        return deleteAllGroupMembers;
    })();
    deleteAllGroupMembers.start();
     
    // stop the script by entering this in the console: deleteAllGroupMembers.stop();
    [/item] [/accordion]
  • After that switch to console tab and paste copied script and press enter as shown below.
  • remove all friends fb group script.
  • Without few removal process will begin and it will going to take time depend on total members. So its better to leave as it is until its done.

How To Delete Facebook Group. ?

  • After Removing all friends from group refresh it. Now only admin id will be left.
  • leave group option
  • Simply click on leave group and popup will appear to leave and delete group.leave delete facebook group option
Hence, we suggest you to be very careful. Do not start this process unless you have made up your mind and are very sure that you want to delete your Facebook group. Because once it done it cannot be recovered. So make sure you have a backup of all the important information,files & photos in order to avoid inconvenience later.
In Conclusion, we hope that this guide will be helpful for you to remove all members from Facebook group and also able to delete Facebook group permanently. Please share your thoughts in comments below and share it as well.

Reaction Buttons for Blogger - here is another big and very useful blogger widgets. You can show reaction buttons on your blogspot blog. Reaction is a smart way for your visitors to leave feedback without leaving any comments. Here is very simple way to add recation buttons for blogspot blogger using vicomi.com.




Now lets starting the tutorial.

Follow Instruction:

  1. Go to vicomi.com
  2. Now signup with your Blog title, e-mail and your website.
  3. Now choose your emotion design and click Done.
  4. Now copy the code.
  5. Now go to Edit HTML and find <data:post.body/>
  6. Past copied code right after <data:post.body/> Then Save
Any type of information please Contact us.

[tab] [content icon="info-circle" title=" About"]
Name: Naa Peru Surya Na Illu India (2018) Hindi Dubbed 720p
Stars: Allu Arjun, Anu Emmanuel, Arjun
Genre: Action
Language: Hindi
Quality: 720p
Size: 1.5GB
Director: Vakkantham Vamsi
Writer: Vakkantham Vamsi
IMDb Ratiing: 7.3/10- 2,996 votes
Plot: A short tempered army officer aspiring to serve at the borders is faced with an uphill task of getting clearance signature from his estranged father, a professor, who in turn challenges him to give up anger.
[/content] [content icon="play-circle " title="Trailer"]
[/content] [content icon="download" title=" Download"]Download[/content] [/tab]
HD;http://drive.google.com/file/d/1VvM5gv5NFkpXcxT2c3-rDvInPAeC1k3t/view|

ACC Asia Cup 2018 Live Streaming & TV Channels Star Sports: Star Sports 1, Star Sports 1 HD, Star Sports 2, Star Sports 2 HD, Star Sports 1 Hindi, Star Sports 1 HD Hindi, Star Sports SELECT 1, Star Sports SELECT 1 HD, Star Sports 1 Tamil Star Sports1-HD;http://12.1.1.3/token/utvmovies.php| Star Sports1;http://12.1.1.3/token/starsports1.php| Star Select HD 1;http://12.1.1.3/token/ssshd1.php| Masranga-HD;http://12.1.1.3/token/maasranga.php| Star sports1;anc.hd/http://103.81.104.222/live/star-sports-1/index.m3u8| Masranga;anc.hd/http://103.63.157.58:8081/hls/speed-hdmai1.m3u8| Local;http://c247.to/live.php?ch=GTV|

Installing the Share Button with Counter Responsive Blog .This time i will share a widget is already familiar for Blogger. Yes, this is a share button widget that is often encountered in the blog buddy who put it up. The function of the share button widget is still the same as other widgets share button that allows visitors to share articles were deemed useful to the social media. Reviews Reviews This widget also supports the display responsive and augmented with plugins counter from Donreach .which will bring the number of shares that is clicked by visitors. To view this from the share button can mate look like the picture above. Reviews Reviews
This widget uses font-awesome, make sure the template is already there is a link font-awesome.Now Follow This Steps.




Install Responsive Share Buttons with Counter For Blogger

  1. Login back to your blogger account Select your blog < Template < Edit HTML
  2. Save a backup of your blog template code first, now click inside the template code box.
  3. Now Find the <head> By Pressing Ctrl+F (Windows) or CMD+F (Mac)
  4. Step  Copy and Paste the below code above </head>
  5. <link href='//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css' rel='stylesheet'/> 
    [alert title="Alert message" icon="info-circle"] If this script above previously has been installed on your blogger template then skip this step [/alert]
  6. Now Find the ]]></b:skin> By Pressing Ctrl+F (Windows) or CMD+F (Mac)
  7. Copy and Paste the css code above ]]></b:skin>
  8. Add the code Html code just below or above the <data:post.body/> or <div class='post-footer'>
  9. Step You're done. Now Save template and see result by refreshing page.

Any type of information please Contact us.

Hi Guy's Today I will Share a Create button to copy content in the code box contains very simple, very light for you to do tips blog.It's not complicated to write, just put the code in the <pre> <code> ..... </code> </pre> tags.Only use small scripts combined with Jquery library, very fast speed.
  • Demo
  • Code by4Tipsbd

Css Code

 /* Copy button by 4tipsbd */
pre{background:#ddd;margin:10px;padding:5px;font-family:consolas,monospace}
.copycode{transition:all 200ms ease-in}
.copycode{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:0}
.copycode{position:absolute;display:inline-block;padding:6px 12px;font-size:13px;font-weight:bold;line-height:20px;color:#333;opacity:0;right:18px;white-space:nowrap;vertical-align:middle;cursor:pointer;background-color:#eee;background-image:linear-gradient(#fcfcfc,#eee);border:1px solid #00ad62;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none}
.copycode:hover{background-color:#dcdcdc;background-image:none;border-color:#00ad62;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15)}
pre:hover .copycode{opacity:1}

JavaScript Put This Code Below </body>

 $(document).ready(function(){var b=$("pre code"),a="";b.before(a)});(function(a){a.fn.selectText=function(){var e=document;var c=this[0];console.log(this,c);if(e.body.createTextRange){var b=document.body.createTextRange();b.moveToElementText(c);b.select()}else{if(window.getSelection){var d=window.getSelection();var b=document.createRange();b.selectNodeContents(c);d.removeAllRanges();d.addRange(b);document.execCommand("Copy")}}};a.fn.removeRange=function(){if(window.getSelection){if(window.getSelection().empty){window.getSelection().empty()}else{if(window.getSelection().removeAllRanges){window.getSelection().removeAllRanges()}}}else{if(document.selection){document.selection.empty()}}}})(jQuery);$(document).ready(function(){$(".copycode").click(function(){var b=$(this).parent().find("code"),a=$(this),g="Copied",f=a.text();b.selectText();a.html(g);setTimeout(function(){a.html(f);b.removeRange()},1000)})});

Html Code

 <pre>
<code>
Your Content Here
</code>
</pre>
Any type of information please Contact us.

While writing a Blog posts then we often use different messages such as updates, alert, notification, information, warning, error etc. But we don’t use any message highlighter; as a result readers don’t notice or give any special attention on your messages. So we need to pay special attention to develop those message highlighters.

Follow Blow Step:
  1. Login to your Blogger account, go to Blogger dashboard, click the arrow adjacent to 'Go to post list icon' and select 'Template' from dropdown menu. You can also select the 'Template' from left navigation menu.
  2. Click 'Edit HTML'.
  3. Search for (Ctrl+F) </b:skin> and paste (Ctrl+V) the following code before </b:skin>
  4.  /* Notification Message Highlighter by 4tipsbd */
    .bstext{color:#FFF;margin-bottom:15px;border-radius:3px;padding:10px}
    .bssuccess{background-color:#AA5CB8}
    .bsalert{background-color:#5BA5DE}
    .bswarning{background-color:#C619CC}
    .bsupdate{background-color:#1D89E5}
    .bsinfo{background-color:#18A8AA}
    .bserror{background-color:#d9534f}
    .headertext{font-size:16px;background-color:rgba(0,0,0,0.30);padding:8px 10px;margin:-10px;margin-bottom:10px}
    .headertext > .fa{margin-right:5px}
      
  5. NowSave template
[warning title="Warning message" icon="exclamation-triangle"] You have successfully added CSS script now go for HTML script[/warning]
Highlighting the Notification Message
After implementing the CSS script now we have to add HTML script for highlighting the specific text. In Blogger we can do it by switching the Blog Post writing editor into HTML Step 1 Log in to your Blogger Account and Go to your Blogger Dashboard
Step 2 Click the New Post button from the top.
Step 3 Now from post editor click on HTML button.
Step 4 And Copy any script from below and Paste it there.

update message box
 <div class=" bsupdate bstext" icon="info-circle" title="Update message">
<div class="message-wrapper">
<div class="headertext">
<i class="fa fa-bullhorn"></i>Update message</div>
This is a Sample Message for Update Box.</div>
</div>

alert message box
 <div class=" bsalert bstext" icon="info-circle" title="Alert message">
<div class="message-wrapper">
<div class="headertext">
<i class="fa fa-cut"></i>Alert message</div>
This is a Sample Message for Alert Box. </div>
</div>

success message box
 <div class="bssuccess bstext" icon="check-circle" title="Success message">
<div class="message-wrapper">
<div class="headertext">
<i class="fa fa-check-circle"></i>Success message</div>
This is a Sample Message for Success Box. </div>
</div>

 <div class="bswarning bstext" icon="exclamation-triangle" title="Warning message">
<div class="message-wrapper">
<div class="headertext">
<i class="fa fa-exclamation-triangle"></i>Warning message</div>
This is a Sample Message for Warning Box. </div>
</div>

info message box
 <div class="bsinfo bstext" icon="info-circle" title="Info message">
<div class="message-wrapper">
<div class="headertext">
<i class="fa fa-info-circle"></i>Info message</div>
This is a Sample Message for Info Box. </div>
</div>
error message box
 <div class="bserror bstext" icon="exclamation-circle" title="Error message">
<div class="message-wrapper">
<div class="headertext">
<i class="fa fa-exclamation-circle"></i>Error message</div>
This is a Sample Message for Error Box. </div> 

If you have any questions on this, please let me know. Happy blogging.

[tab] [content icon="info-circle" title=" About"] Samsung Galaxy A30 launched in March, 2019. It brings features like LED flash, HDR, panorama, Fast battery charging 15W. It also comes with 6.4-inch touchscreen display with a resolution of 1080 pixels by 2340 pixels. The Samsung Galaxy A30 runs Android 9.0 (Pie) and is powered by a 4000mAh non removable battery and also comes with octa-core (2x1.8 GHz & 6x1.6 GHz) processor with 4 GB of RAM. It measures 158.5 x 74.7 x 7.7 (height x width x thickness) and weighs 165.00 grams. It also includes Dual 16 MP+5 MP Back cameras with 16 MP in Front. In our site you can see the specification and compare Samsung Galaxy A30 prices from trusted online stores in Bangladesh. Samsung Galaxy A7 (2018) launched in October, 2018. It brings features like Fingerprint (side-mounted), LED flash, HDR, panorama. It also comes with 6.00-inch touchscreen display with a resolution of 1080 pixels by 2220 pixels. The Samsung Galaxy A7 (2018) runs Android 8.0 (Oreo) and is powered by a 3300mAh non removable battery and also comes with 2.2 GHz octa-core processor with 4GB of RAM. It measures 159.80 x 76.80 x 7.50 (height x width x thickness) and weighs 168.00 grams. It also includes Triple 24 MP+8MP+5 MP Back camera with 24 MP in Front.
Price 24,990৳ - 24,990৳
Display 6.0 inches, 91.4 cm2
Camera Triple 24 MP+8 MP+5 MP Back, 24 MP Front
RAM 4 GB
Storage 64 GB
Processor Octa-core 2.2 GHz
Battery 3300 mAh battery
[/content] [content icon="mobile" title=" Specifications"]
Physical Specifications
 
Dimensions
159.8 x 76.8 x 7.5 mm
Weight
168 g
Body Material
Front/back glass, aluminum frame
Fingerprint Sensor
Yes
SIM
Single SIM (Nano-SIM) or Dual SIM (Nano-SIM, dual stand-by)
Colors Available
Black, blue, gold, pink
Display Features
 
Protection
Corning Gorilla Glass (unspecified version)
Type
Super AMOLED capacitive touchscreen
Size
6.0 inches, 91.4 cm2
Resolution
1080 x 2220 pixels, 18.5:9 ratio
Multitouch
Yes
Storage
 
Internal
64 GB
RAM
4 GB
Card Slot
microSD, up to 512 GB (dedicated slot)
Main Camera
 
Camera
Triple 24 MP+8 MP+5 MP Back
Special Features
LED flash, panorama, HDR
Video
2160p@30fps, 1080p@30fps
Selfie Camera
 
Camera
24 MP
Video
1080p@30fps
Special Features
HDR
Processor & Operating Interface
 
CPU
Octa-core 2.2 GHz Cortex-A53
OS
Android 8.0 (Oreo)
Audio Features
 
3.5mm Jack
Yes
Loudspeaker
Yes
Others
Vibration; MP3, WAV ringtones
Connectivity
 
Network Technology
GSM / HSPA / LTE
WIFI
Wi-Fi 802.11 a/b/g/n/ac, dual-band, WiFi Direct, hotspot
Bluetooth
5.0, A2DP, LE
USB
microUSB 2.0
NFC
Yes (optional)
Radio
FM radio
Battery
 
Type
Li-Ion
Capacity
3300 mAh battery
Other Special Features
 
Sensors
Fingerprint (side-mounted), accelerometer, gyro, proximity, compass
Others
- ANT+ support
- MP4/WMV/H.265 player
- MP3/WAV/WMA/eAAC+/FLAC player
- Photo/video editor
- Document viewer
[/content] [content icon="eye" title=" Reviews"]


[review] [item review-value="8"]Processor[/item] [item review-value="7"]Gameplay[/item] [item review-value="6"]Camera[/item] [item review-value="6"]Graphics[/item] [item review-value="9"]Sound[/item] [content title="Summary" label="Overall Score"]Samsung Galaxy A7 (2018) launched in October, 2018. It brings features like Fingerprint (side-mounted), LED flash, HDR, panorama. It also comes with 6.00-inch touchscreen display with a resolution of 1080 pixels by 2220 pixels. The Samsung Galaxy A7 (2018) runs Android 8.0 (Oreo) and is powered by a 3300mAh non removable battery and also comes with 2.2 GHz octa-core processor with 4GB of RAM. It measures 159.80 x 76.80 x 7.50 (height x width x thickness) and weighs 168.00 grams. It also includes Triple 24 MP+8MP+5 MP Back camera with 24 MP in Front..[/content] [/review] [/content] [/tab] [img featured="1" src="https://2.bp.blogspot.com/-42zUqeLU9b0/XE064g7QbbI/AAAAAAAAn_0/MmaFh2tgEp47yYL7HWB2DKXa3bqqVc_QwCLcBGAs/s1600/CaptureAA.PNG" width="350px" height="800px"/] [img featured="1" src="https://2.bp.blogspot.com/-8Ltf1_mA8gA/W7SrCtCQFJI/AAAAAAAAKuQ/goaVPUANZ0o5kDLJSiKWp46Bwphwi04NgCLcBGAs/s1600/Picture6.png" width="350px" height="800px"/]

Sora Cart is a Responsive Blogger Template, it is clean and compatible with many devices, It’s perfect for creating your Shopping blog using blogger, no need to coding as it is very customization.


Description: 

Sora Cart Blogger Template is a perfect fit for building a fully functional online store. Sora Cart has a large banner for you to showcase your hottest and newest products to immediately catch your customer’s attention. Information blocks are nicely and neatly display for your customers to easily find the information they need. Sora Cart Blogger Template will bring a power for you to transform your dream shop into a magic digital outcome is limitless. Let Sora Cart flourish your business and reach your full potential today.
.. Demo

Features:

  • Responsive
  • SEO Friendly 
  • Google Testing Tool Validator 
  • Mobile Friendly 
  • Custom 404 Page 
  • Fast Loading 
  • eCommerce Blogger Template
  • Cart Blogger Template
  • Store Blogger Template
  • eCommerce Store Blogger Template
  • Ads Ready Blogger Template
  • Clean Layout Blogger Template
  • Simple Design Blogger Template
  • Drop Down Menu Blogger Template
  • Social Sharing Blogger Template
  • HTML5 &amp; CSS3 Blogger Template
  • Browser Compatibility Blogger Template

Download Link:

.. Download
switcher
Layout
Boxed Full
Boxed Background Image
Main Color
#007ABE

Shawon Khan

{picture#https://1.bp.blogspot.com/-BDYMzedJdjs/UAI7F8ZNFKI/AAAAAAAAACY/yhMlXb-dkDU/s50/avatku.jpg} Nor is it at all prudent for the hunter to be over curious touching the precise nature of the whale spout. {facebook#http://facebook.com} {twitter#http://twitter.com} {google#http://google.com} {pinterest#http://pinterest.com} {youtube#http://youtube.com}

Contact Form

Name

Email *

Message *

Powered by Blogger.