How to credit Image authors without hurting load times

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

How to credit Image authors without hurting load times

Post by etcbbu »

Hello,

I've bought some images from a well-known, reputable online store for purchasing graphics, and I'm using some of them in the design of multiple pages in a certain project I have in WB.

This online place says it's recommended to credit the Author under the license under which I bought these graphics. Here is the line of text they supply, that they want you to use to credit the author. But as you look at this, please note two things: 1) I replaced the actual author's name with text that reads, " <person's name> " and 2) I replaced the actual web-address of the place I bought the graphic with " <web-address where I bought the graphic> . " Without further ado, here's the text-line they ask you to credit:

File ID 75174832 | © <person's name> | <web-address where I bough the graphic> |

I figured I could put it in the back-end HTML of the page(s) of the website where I use image(s). But I wanted to get some ideas from fellow WB-users about the best way to execute this. I think I want to go into Page >> Page HTML and do it there, but unsure under which on those tabs

1 Start of Page
2 Between <head></head>
3 <body> attributes
4 After <body> tag
5 Before </body>
6 End of Page
7 Inside >html> tag

where to put that line of text they give me to use to credit author(s) :

File ID 75174832 | © <person's name> | <web-address where I bough the graphic> |

and unclear on how it will show up on the front-end if I put it somewhere. I'd like it to be viewable in the Page-Source for anyone who wants to see it, but not to show up on the literal front-end of page-display.

Any suggestions?
https://ktravisj.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://ktravisj.com
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: How to credit Image authors without hurting load times

Post by crispy68 »

If you want it just in the html source code but don't want it to show up on the front end, just enter the info as an html comment. It's up to you where you want it in the html code itself but I would probably do it at either the beginning or end.

Open a code object, choose either: After <body> tag or Before </body> tag and enter the following:

Code: Select all

<!-- File ID 75174832 | © person's name | web-address where I bought the graphic -->
User avatar
etcbbu
 
 
Posts: 460
Joined: Mon Apr 23, 2007 3:00 pm

Re: How to credit Image authors without hurting load times

Post by etcbbu »

@crispy68 - So, I *think* that makes sense to me; are you talking about the "HTML" object; the one where, when you have its Propoerties opened, the window-name is "HTML Properties"? Just, the standard HTML code object? That the main thing I need to do is choose the "Between <head></head> tags" option in the "Type" field; and also in the "HTML" field, enter the thing you said, verbatim:

Code: Select all

<!-- File ID 75174832 | © person's name | web-address where I bought the graphic -->
just like that?
(Except of course, I'll fill-in the actual 2 pieces of data like Author name and web-address of where I bought it)

Correct? Just wanna make sure I'm thinking about it along with what you're suggesting.

--etcbbu
https://ktravisj.com

Travis J Consulting, LLC
⚫️Website Design/Development/Maintenance
⚫️Web-Marketing/Social Media
⚫️SEO/Search Engine Optimization

https://ktravisj.com
alan_sh
 
 
Posts: 1681
Joined: Tue Jan 01, 2019 5:50 pm

Re: How to credit Image authors without hurting load times

Post by alan_sh »

Why not just add it as a line of text in the page with the pics? Or a footer?
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: How to credit Image authors without hurting load times

Post by crispy68 »

@etcbbu,

Yes, just use the HTML object. For the Type choose either: After <body> tag or Before </body> tag. This will put the comment either right after the <body> tag or right before the end <body> tag in the html. You could technically put it anywhere in the body but by putting it towards the beginning or end it's easier to find. Personally, I would choose the end body tag like such:

Image
Post Reply