Results 1 to 1 of 1
-
23rd Sep 2017, 06:54 PM #1
[C] Web meta generator
Web meta generator written in C. For SEO works. Supports Opengraph, Twitter card, HTML meta tags.
Code:#include <stdio.h> int main(void) { FILE *f; char title[30]; char subtitle[30]; char author[30]; char url[100]; char image[300]; char keyword[300]; char description[300]; f = fopen("result.txt", "w"); printf("Type title: "); gets(title); printf("Type subtitle: "); gets(subtitle); printf("Type author: "); gets(author); printf("Type url: "); gets(url); printf("Type image link: "); gets(image); printf("Type keywords: "); gets(keyword); printf("Type description: "); gets(description); fprintf(f, "<title>%s | %s</title>\n", title, subtitle); fprintf(f, "<meta name = \"description\"content = \"%s,%s,%s\">\n", description, title, subtitle); fprintf(f, "<meta name = \"keywords\" content = \"%s,%s,%s\">\n", keyword, title, subtitle); fprintf(f, "<meta name = \"author\" content = \"%s\">\n", author); fprintf(f, "<meta property = \"og:title\" content = \"%s | %s\"\n", title, subtitle); fprintf(f, "<meta property = \"og:url\" content = \"%s\"\n", url); fprintf(f, "<meta property = \"og:image\" content = \"%s\"\n", image); fprintf(f, "<meta property = \"og:description\" content = \"%s,%s,%s\"\n", description, title, subtitle); fprintf(f, "<meta property = \"og:locale\" content = \"ko_KR\"\n"); fprintf(f, "<meta property = \"og:site_name\" content = \"%s\"", title); fprintf(f, "<meta name = \"twitter:card\" content = \"summary\">\n"); fprintf(f, "<meta name = \"twitter:site\" content = \"%s\">\n", title); fprintf(f, "<meta name = \"twitter:title\" content = \"%s | %s\"\n", title, subtitle); fprintf(f, "<meta name = \"twitter:description\" content = \"%s,%s,%s\"\n", description, title, subtitle); fprintf(f, "<meta name = \"twitter:image\" content = \"%s\"\n", image); fprintf(f, "<link rel = \"canonical\" href = \"%s\">\n", url); fclose(f); }
EasyMoney Reviewed by EasyMoney on . [C] Web meta generator Web meta generator written in C. For SEO works. Supports Opengraph, Twitter card, HTML meta tags. #include <stdio.h> int main(void) { FILE *f; char title; char subtitle; char author; Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 2 users browsing this thread. (0 members and 2 guests)
Similar Threads
-
Youtubomatic Automatic Post Generator and YouTube Auto Poster
By EasyMoney in forum Blogging Autoblog Content GenerationReplies: 0Last Post: 23rd Sep 2017, 06:29 PM
Shopsocks5.com - Check Socks5...
[Free Trial] https://shopsocks5.com/ - Service...