Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-21-2014, 06:10 PM
Wajow-community Wajow-community is offline
 
Join Date: Dec 2009
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Instagram with vbulletin

It's hard to believe no one has come up with a BBCode for instagram?

I want to set a bb code for Instagram or a plugin like pinterest.. can someone help?

Thnx
Reply With Quote
  #2  
Old 01-21-2014, 10:53 PM
tbworld tbworld is offline
 
Join Date: Oct 2008
Posts: 2,126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wajow-community View Post
It's hard to believe no one has come up with a BBCode for instagram?

I want to set a bb code for Instagram or a plugin like pinterest.. can someone help?

Thnx
What are you looking to do with this bbcode? View a user?

@Bop5 (Bird of Prey5) has made a mod I think for Pinterest.
https://vborg.vbsupport.ru/showthrea...hreadid=281444
Reply With Quote
  #3  
Old 01-24-2014, 03:07 PM
Wajow-community Wajow-community is offline
 
Join Date: Dec 2009
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tbworld View Post
What are you looking to do with this bbcode? View a user?

@Bop5 (Bird of Prey5) has made a mod I think for Pinterest.
https://vborg.vbsupport.ru/showthrea...hreadid=281444
Hi tbworld,

Thats for pinterest i need for Instagram. That the user can upload from the forum pictures to Instagram. Why there is not a mod yet thet can connect to with instagram end vbulletin..

thnx
Reply With Quote
  #4  
Old 01-24-2014, 03:29 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Because we hate Intstagram Ok, well I hate Instagram, not sure about everyone else.

I suppose if more people start asking for it someone will take the time to do it.
Reply With Quote
2 благодарности(ей) от:
blind-eddie, Elite_360_
  #5  
Old 01-24-2014, 04:40 PM
Wajow-community Wajow-community is offline
 
Join Date: Dec 2009
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RichieBoy67 View Post
Because we hate Intstagram Ok, well I hate Instagram, not sure about everyone else.

I suppose if more people start asking for it someone will take the time to do it.
I have that more people asked butt nobody make it for vbulletin to bad

I hate it to butt its good to connect to with vbulletin for more users en views. I wait for it if someone post it for vbulletin 4.2.x :up:
Reply With Quote
  #6  
Old 01-24-2014, 05:23 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So this don't work, https://vborg.vbsupport.ru/showthread.php?t=303936
Reply With Quote
Благодарность от:
RichieBoy67
  #7  
Old 01-24-2014, 07:08 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
Nice catch! I was just going to suggest "AddThis" but sure, the bb code is what the op asked for.

Let us know if it works for you Wajow.
Reply With Quote
  #8  
Old 01-24-2014, 09:59 PM
Wajow-community Wajow-community is offline
 
Join Date: Dec 2009
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thnx for replay..

Butt dit is not what i search for..

I like if the users from the vbulletin forum can upload it to the board.. like this: https://vborg.vbsupport.ru/showthrea...hreadid=281444 butt for instagram i think many people who have vbulletin gone love it.
Reply With Quote
  #9  
Old 01-24-2014, 11:17 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did this a bit ago, instagram has an API, a full bbcode could be written, but that is outside of my time available. This is for the custom bbcode system.

The tag should be ig (or whatever you want really)

Here is the html that goes into the bbcode box

HTML Code:
<a href="http://instagram.com/p/{param}"><img src="http://instagr.am/p/{param}/media/" /></a>
So, if a url was

http://instagram.com/p/123abc456fg

You'd need to take the end part of that url, and put it between the [ig] tags

so [ig]123abc456fg[/ig]

Should work. If you wanted the full url http://instagram.com/p/123abc456fg parsed inside of the [ig] tags that would take more time and effort to write a bbcode class/etc.
Reply With Quote
Благодарность от:
Elite_360_
  #10  
Old 01-24-2014, 11:32 PM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wajow-community View Post
Thnx for replay..

Butt dit is not what i search for..

I like if the users from the vbulletin forum can upload it to the board.. like this: https://vborg.vbsupport.ru/showthrea...hreadid=281444 butt for instagram i think many people who have vbulletin gone love it.

Ok but that is not bbcode. bbcode is for posting to your own site. You want the opposite which is to share your content with Instagram.

use "addthis" included in this mod by BirdofPrey, addthis has the instagram share.

https://vborg.vbsupport.ru/misc.php?...5moresharesvb4
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:56 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05141 seconds
  • Memory Usage 2,272KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_html
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (4)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete