Setting up Viber on a computer

 Setting up Viber on a computer We launch Viber, in Windows this can be done using a shortcut on the desktop, and in Linux Mint using “Menu->Internet->Viber” (the process of setting up Viber in Windows and Linux is no different). After starting on the first window, we answer “Yes”, since in this article we are considering the option when Viber is already on the phone, therefore we answer “Yes”. Then enter the phone number and click Continue. After that, a QR code will be displayed on the next window, and a QR code scanner will start on the phone. You read this code accordingly and that's it, Viber activation on your computer is completed. Next, click the "Open Viber" button. When you first start Viber on your computer, the program will offer to synchronize your chat history, click the "Synchronization" button, a window will open on your phone at this time in which you need to confirm the synchronization, i.e. press the "Start" button. That's ...

How to Remove Blogger Technologies from a Blog Completely on a Blog

 How to remove Blogger Technologies from your blog


Most templates provided by web designers no longer include this entry by the blogger. However, if you decide to use the standard blogger template, then the blogger attribution is automatically affixed to it, which can be removed, or simply hidden.


For those who want to completely get rid of the inscription Blogger Technologies, I advise you to do the following: In the control panel, open the Template section, then Edit HTML, here we press the CTRL + F keys in the window that appears, write: Attribution, press enter, then delete the code section from


<b:section to </b:section>


EXAMPLE


      <b:section class='footer' id='footer' name='Footer' showaddelement='false' tag='footer'>


              <b:widget id='Attribution1' locked='true' title='' type='Attribution' visible='true'>


                <b:widget-settings>


                  <b:widget-setting name='copyright'>caption forever</b:widget-setting>


                </b:widget-settings>


                <b:includeable id='main' var='this'>


  <div class='widget-content'>


    <div class='blogger'>


      <a expr:href='data:bloggerUrl' rel='nofollow'>


        <b:include name='flatBloggerIcon'/>


        <b:message name='messages.poweredByBlogger'/>


      </a>


    </div>




    <b:if cond='data:imageAuthor'>


      <div class='image-attribution'>


        <b:if cond='data:imageAuthor.url'>


          <b:message name='messages.templateImagesByLink'>


            <b:param expr:value='data:imageAuthor.url'/>


            <b:param expr:value='data:imageAuthor.name'/>


          </b:message>


        <b:else/>


          <b:message name='messages.templateImagesBy'>


            <b:param expr:value='data:imageAuthor.name'/>


          </b:message>


        </b:if>


      </div>


    </b:if>




    <b:if cond='data:copyright != &quot;&quot;'>


      <div class='copyright'><data:copyright/></div>


    </b:if>


  </div>


</b:included>


              </b:widget>


            </b:section>