Website's image does't show when link is shared [closed] - html

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I used facebook linter to debug my website.
It's everything ok, icluding the image (og:image ...)
However, when I share the link on facebook, there is no image.
Everyone knows why or how to solve this?
The site is oddvise.com
Thanks,
Joao

This is a Facebook problem. wait a day or two, and you will see in your next shares that it will appear.
Adding to that, http://www.oddvise.com/ does not exist. so whenever you share, you need to use http://oddvise.com/ instead of http://www.oddvise.com/

Related

in html adding a logo and a login form in site's header [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I was trying to create a page in html looking like facebook. A page where in header it will be my logotype and next to it two boxes with a button in order to allow users to login. Under that it will be a main page with a registration form for new users that need to register.
Any ideas where I can found such code examples? Any tutoriasl or links?
Thanks guys
Here is a link of tutorials that can help you http://www.w3schools.com/html/html_layout.asp

How to style html <option> tag like google does? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Take a look at gmail sign up page and look at the birthday and gender field. Please someone show me how to do it. thanks
It is not style that can make like this. This is a image+input box, when you click the image, DIV is generated in javascript populating all the entries within it. The similar example would be like this.

Dreamweaver, gallery [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Can anyone help me, am new to dreamweaver, trying to do an online portfolio and am struggling to figure out how to do a gallery.
Basically I want to have a basic list (contents page) of my projects on the left of my spread and when clicked onto a specific project, images for that project appear on the right of the spread. I need to link text to images within the same page
Any help will be greatly appreciated
Nowadays, you can create beautifull galleries using jQuery.
Here is an example of a plugin for creating one:
Galleriffic
It's easy to use, just read the documentation

Strange facebook like box behaviour [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have a simple yet hard problem here that is driving me nuts ...
Apparantly with no code change what so ever the facebook and Google+ like boxes show as I want in one section of my site: http://www.nfrases.com/coragem yet on the other they just disappear http://www.nfrases.com/coragem/1519
I'm going crazy over here! Someone ?
As I was using the relative path
<script src="js/scripts.js"></script>
When the address changed the scripts.js file wasn't loading. Using:
<script src="http://www.nfrases.com/js/scripts.js"></script>
It's always loaded no matter what address the user is accessing.
It was a dumb mistake!

Html dynamic page edit [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to make it possible for someone with a username and password to login and edit my html page using a nice clean editor. I don't want them to see the code when they log in to edit the page but a straightforward version of the html page.
Creating a proper CMS (Content Management System) is a huge undertaking. I suggest looking for a pre-built CMS to add to your site.