Wordpress help

Hello guys I need help my website is using wordpress anyway sorry for this noob question but how do i add buttons like facebook likes and and button effect that once you click it it brings down a column of other menu’s

See if a Google search like this helps: https://www.google.com.au/search?q=wordpress+add+facebook+like&oq=wordpress+add+facebook+like&aqs=chrome..69i57j0l5.6700j0j8&sourceid=chrome&espv=210&es_sm=119&ie=UTF-8

I just searched for “wordpress add facebook like”, but you could try something different. Things like this have been solved and written about extensively, so I prefer to do an online search first. There are various plugins you could use, or insert the required code into your templates, etc.

There are 2 good sharing plugins for wp, don’t remember the names but they are easy to find. Idk about plugins for menus.

Sooner you get into basic coding = better, because it gives you tools and complete freedom, unlike relying on plugins.

  • share buttons are usually simple codes made by Facebook, Twitter, etc which you find easily on Google and copy-paste it on desired place.
  • almost anything you want to do with menus in term of styling and actions + animations can be done with html (+ optionally css) and javascript / jquery (jquery also has a lot of great plugins). with jquery you can easily chose what happens with certain elements when you click / mouseover / etc somewhere.