Posts

Showing posts from June, 2020

How to add facebook comments Plugin in Wordpress

Image
. In this tutorial we will see together how to add a Facebook comments plugin on wordpress. Create an ID application for your site It is a necessary step for the creation of "facebook comments". For that you must go to the link https://developers.facebook.com/apps/ Click on Add a platform Choose Website Type the URL of your Website 1-Installation "facebook comments" with a code Now go to the comments module page while staying connected with your Facebook Developer account. Generate the comments plugin code Click Get Code Edit the comments.php file at the root of the wordpress Website Now via FTP connect to the root of your website, choose the wp-content folder ---> themes ---> your website theme ---> the comments.php file Right click on the comment.php file then View / Edit. Add the code: After <section id = "comments-template"> and just bef...

How to Add a Facebook Comments Plugin to Blogger

Image
facebook comments In this tutorial we will see together how to add a Facebook comment plugin on Blogger. 1-Create an ID application for your Blogger It is a necessary step for the creation of "facebook comments". For that you must go to the link https://developers.facebook.com/apps/ Choose Website Type the url of your WesSite Now go to the comments module page while staying connected with your Facebook Developer account. 2-Edit The HTML Code  Go to Blogger's HTML page and paste the primary code right after the end of the <body> tag. Click on "Save model".  Now you should get an XML parsing error that says:  XML error analysis, line 663, column 31: the reference to the entity "version" must end with ';' Delimiter. Change the code by changing & highlighted in red below by & amp; Before Editions: <div id="fb-root"></div> ...

Change wordpress username

Image
Have you ever tried to change your WordPress username and you find it can't be changed? In this tutorial, I show you three different methods to change your WordPress username. Method 1: Create a new user and delete the old one The easy way to change your WordPress username is to create a new user and give it the administrator role. You will need to use an email address different from the one used by the old account. Now you need to logout and then login with the new username you just created. Go to the Users section and delete the old username as below While deleting your old user, WordPress will ask you what you want to do with their content.  Make sure you click the "Assign all content to:" option, then select the new user you just created.  Click on the 'Confirm this action' button to delete the old user account. You have successfully changed your WordPress username. If you wish, you can change the email address of the new user and ...

How to change language windows 10

Image
Windows 10 language can be changed completely for free in minutes. If you installed Windows 10 in French, you can simply switch to English or another language. Click on the "Time and language" option in Windows settings and the window you see opens. Click on the Language option in the options on the left and you will see the currently installed and defined Windows 10 language on the right - here French (France). Windows display language To install a language, click on the option "Add a default language". You do not need to be connected to the Microsoft Store. change language windows 10 windows 10 change language how can i change my operating system language to english? how to add language to keyboard windows 10how to change windows 10 language windows 10 add keyboard language windows display language greek keyboard windows 10 windows 10 display language how to add another language to keyboard windows 1...

How add contact form to blogger

Image
Sometimes your blog visitors have left a message in a comment, this is why adding a contact form to your blogger blog is necessary and you encourage to stay in touch with your readers. In this tutorial we will see how to create a contact page in blogger. Let's go login to your Blogger.com account click Layout in the left sidebar to get an option to add gadgets choose More gadgets on the left side. Now you will see the contact form. Just add the same. Add a contact form to Blogger Edit HTML code Search]]> </ b: skin> Theme -----> Edit HTML code Ctrl + F3 type the code ]]> </ b: skin> Type the code: Div # ContactForm1 {display: none! Important; } just before ]]> </ b: skin> Go to Pages and click on New page. Contact us page configuration Open the contact us page and type the code  Click save <div dir="ltr" style="text-align: left;" trbidi="on"...