What's new

Welcome to the forum 👋, Visitor

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

How can I remove or change text that gets sent with my website link?

sergioq

New member
Joined
Jan 3, 2020
Messages
2
Reaction score
0
HTML Coins
0
I had someone through me together a quick website since HTML is the one of the few things I really do not program. They did a great job, I have my menus, my CSS, and mobile versions.

But whenever my website goes out in a link on a FB message say it looks like this

www.example.com
Starter Template For Bootstrap



I have these three lines in my code


Code:
<link rel="canonical" href="https://getbootstrap.com/docs/4.0/examples/starter-template/">
<link href="https://v4-alpha.getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet">   
<link href="https://v4-alpha.getbootstrap.com/examples/starter-template/starter-template.css" rel="stylesheet">

As well throughout the page there are scattered:

Code:
<script src="js/bootstrap.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>

Is there a way to rename them so they don't advertise every time I send out my website?
 
Sure! What you need to do is to use the inspector in the chrome browser to inspect the elements which contains their advert and then source its location also. You will then have to login to your cpanel
file manager and remove the line of code from where you sourced it.

I hope this helps
 
Can't figure which one....and the funny thing is that their slogan only appears when sending the link from Facebook's iPhone messenger.
 

Attachments

  • Untitled.png
    Untitled.png
    7.6 KB · Views: 1

Theme customization system

You can customize some areas of the forum theme from this menu.

  • Wide/Narrow view

    You can control a structure that you can use to use your theme wide or narrow.

    Grid view forum list

    You can control the layout of the forum list in a grid or ordinary listing style structure.

    Picture grid mode

    You can control the structure where you can open/close images in the grid forum list.

    Close sidebar

    You can get rid of the crowded view in the forum by closing the sidebar.

    Fixed sidebar

    You can make it more useful and easier to access by pinning the sidebar.

    Close radius

    You can use the radius at the corners of the blocks according to your taste by closing/opening it.

  • Choose the color combination that reflects your taste
    Background images
    Color gradient backgrounds
Back