Looking to add some incredible fantasy sports features to your WordPress website or blog? The official WordPress plugin from FantasyNerds.com is the answer. With just a few steps, you can easily add rankings, projections, game day weather, injuries, depth charts, and more for fantasy football, fantasy baseball, and fantasy basketball! By simply copying and pasting simple WordPress shortcodes, you can add content to your website or blog that is automatically updated.
Click on a service below to learn more.
Click on a service below to learn more.
Click on a service below to learn more.
To display fantasy football best ball rankings on your WordPress website, simply add the following shortcode to any page: [fn_nfl_bestball]
.
There are no parameters for this shortcode.
In the WordPress Page Editor, it will look like this:
[fn_nfl_bestball]
To display the NFL bye weeks on your WordPress website, simply add the following shortcode to any page: [fn_nfl_byes]
.
There are no parameters for this shortcode.
In the WordPress Page Editor, it would look like this:
[fn_nfl_byes]
Defensive Rankings are helpful to understand the potential difficulty in a weekly matchup. For example, when you ask for the defensive rankings against Quarterbacks, the shortcode will display defenses that are most difficult on QBs.
To show defensive ranks for defenses facing QB's, the code would be [fn_nfl_defense_rankings position=QB]
There are two possible parameters that can be added:
format
position
The "position" parameter is required. If no scoring format parameter is specified, standard scoring will be used.
In the WordPress Page Editor, it might look something like this:
[fn_nfl_defense_rankings format=std position=RB]
To display the depth charts for all NFL teams on your WordPress website, simply add the following shortcode to any page: [fn_nfl_depth_charts]
.
To display a specific team's depth chart, simply add the team variable. Example:
[fn_nfl_depth_charts team='ATL']
will return the Atlanta Falcons depth chart.
Valid Team Codes: ARI, ATL, BAL, BUF, CAR, CHI, CIN, CLE, DAL, DEN, DET, GB, HOU, IND, JAC, KC, LAC, LAR, LV, MIA, MIN, NE, NO, NYG, NYJ, PHI, PIT, SEA, SF, TB, TEN, WAS
In the WordPress Page Editor, it might look something like this:
[fn_nfl_depth_charts team=DAL]
There are three possible parameters that can be added:
format
teams
budget
If no format is specified, Standard scoring will be returned. If no teams are specified, the default is 12. If no budget is specified, the default is 200.
To request PPR auction values, your shortcode would look like: [fn_nfl_auction format=ppr]
.
In the WordPress Page Editor, 12 team, $300 budget, in Standard Scoring would look like this:
[fn_nfl_auction teams=12 budget=300 format=std]
To display the IDP draft rankings on your WordPress website, simply add the following shortcode to any page: [fn_nfl_draft_idp]
.
There are no additional parameters for this short code.
In the WordPress Page Editor, it would look like this:
[fn_nfl_draft_idp]
To display the fantasy football draft projections for Quarterbacks on your WordPress website, simply add the following shortcode to any page: [fn_nfl_draft_projections position=QB]
.
The position parameter is required. To request projections for other positions, simply switch QB with the position you want. Examples:
[fn_nfl_draft_projections position=QB]
will return Quarterbacks.
[fn_nfl_draft_projections position=RB]
will return Running Backs.
[fn_nfl_draft_projections position=WR]
will return Wide Receivers.
[fn_nfl_draft_projections position=TE]
will return Tight Ends.
[fn_nfl_draft_projections position=K]
will return Kickers.
[fn_nfl_draft_projections position=DEF]
will return Defense/Special Teams.
In the WordPress Page Editor, it might look something like this:
[fn_nfl_draft_projections position=RB]
To display fantasy football draft rankings on your WordPress website, simply add the following shortcode to any page: [fn_nfl_draft_rankings]
.
There are two possible parameters that can be added:
format
position
If no format is specified, Standard scoring will be returned. If no position is specified, all positions will be returned.
In the WordPress Page Editor, it might look something like this:
[fn_nfl_draft_rankings position=QB]
will return Quarterbacks in standard scoring.
[fn_nfl_draft_rankings position=RB format=ppr]
will return Running Backs in PPR format.
[fn_nfl_draft_rankings format=half]
will return Half Point PPR for all positions.
[fn_nfl_draft_rankings position=TE format=std]
will return Tight Ends in Standard scoring format.
To display fantasy football dynasty rankings on your WordPress website, simply add the following shortcode to any page: [fn_nfl_dynasty]
.
There are no parameters for this shortcode.
In the WordPress Page Editor, it will look like this:
[fn_nfl_dynasty]
Get the game day weather forecast for the current week's games. This will provide weather forecasts for each NFL game generally within 5 days of kickoff.
To display the the weather forecast on your WordPress website, simply add the following shortcode to any page: [fn_nfl_weather]
.
There are no parameters for this shortcode.
In the WordPress Page Editor, it would look like this:
[fn_nfl_weather]
To display the NFL Injury Report on your WordPress website, simply add the following shortcode to any page: [fn_nfl_injuries]
.
To display the NFL Injury Report for a specific team, add the following shortcode: [fn_nfl_injuries team=NE]
where the team code is the team you want to retrieve.
If you do not add the attribute "team", it will retrieve all injuries for all teams.
Valid Team Codes: ARI, ATL, BAL, BUF, CAR, CHI, CIN, CLE, DAL, DEN, DET, GB, HOU, IND, JAC, KC, LAC, LAR, LV, MIA, MIN, NE, NO, NYG, NYJ, PHI, PIT, SEA, SF, TB, TEN, WAS
In the WordPress Page Editor, it would look like this to display the injury report for the Chiefs:
[fn_nfl_injuries team='KC']
To display current NFL news on your Wordpress website, use the shortcode [fn_nfl_news]
By default, we will display 10 articles per type. If you want to limit that number, simply add the following "max" attribute to your shortcode: [fn_nfl_news max=5]
[fn_nfl_news max=20]
will return 20 current articles.
In the WordPress Page Editor, it might look something like this:
To display the NFL schedule on your WordPress website, simply add the following shortcode to any page: [fn_nfl_schedule]
.
To display the NFL schedule for A SPECIFIC WEEK, simply add the following shortcode to any page: [fn_nfl_schedule week='15']
where 15 is the week # that you want to display.
To display the NFL schedule for A SPECIFIC TEAM, simply add the following shortcode to any page: [fn_nfl_schedule team='GB']
where GB is the team that you want to display.
Please note that if a team is specified, it will take override the week (if specified).
In the WordPress Page Editor, it might look something like this:
To display the current NFL standings on your WordPress website, simply add the following shortcode to any page: [fn_nfl_standings]
.
There are no parameters for this shortcode.
In the WordPress Page Editor, it will look like this:
[fn_nfl_standings]
To display the weekly projections for Quarterbacks on your WordPress website, simply add the following shortcode to any page: [fn_nfl_weekly_projections position=QB]
.
To request projections for other positions, simply replace QB with another position. Examples:
[fn_nfl_weekly_projections position='QB']
will return Quarterback projections for the current week.
[fn_nfl_weekly_projections position='RB']
will return Running Back projections for the current week.
[fn_nfl_weekly_projections position='WR']
will return Wide Receiver projections for the current week.
[fn_nfl_weekly_projections position='TE']
will return Tight End projections for the current week.
[fn_nfl_weekly_projections position='K']
will return Kicker projections for the current week.
[fn_nfl_weekly_projections position='DEF']
will return Defense/Special Team projections for the current week.
The "position" parameter is required.
In the WordPress Page Editor, it might look something like this:
[fn_nfl_weekly_projections position='RB']
To display the weekly rankings for Quarterbacks on your WordPress website, simply add the following shortcode to any page : [fn_nfl_weekly_rankings position=QB]
.
There are two possible parameters that can be added:
format
position
This position parameter is required. If no format is specified, standard scoring will be returned.
Examples:
[fn_nfl_weekly_rankings position=RB format=ppr]
will return PPR Running Back rankings for the current week.
[fn_nfl_weekly_rankings position=WR format=std]
will return Standard Scoring Wide Receiver rankings for the current week.
In the WordPress Page Editor, it might look something like this:
[fn_nfl_weekly_rankings position=QB]
To display expected lineups for all of today's games on your WordPress website, simply add the following shortcode to any page: [fn_mlb_lineups]
.
There are no parameters for this shortcode.
A Verified icon will display next to the team once we've verified the lineup.
In the WordPress Page Editor, it will look like this:
[fn_mlb_lineups]
To display the depth charts for all MLB teams on your WordPress website, simply add the following shortcode to any page: [fn_mlb_depth_charts]
.
To display a specific team's depth chart, simply add the team variable. Example:
[fn_mlb_depth_charts team='MIL']
will return the Milwaukee Brewers depth chart.
Valid Team Codes: ANA, ARI, ATL, BAL, BOS, CHC, CIN, CLE, COL, CWS, DET, HOU, KC, LA, MIA, MIL, MIN, NYM, NYY, OAK, PHI, PIT, SD, SEA, SF, STL, TB, TEX, TOR, WAS
In the WordPress Page Editor, it might look something like this:
[fn_mlb_depth_charts team='MIL']
To display auction values for an upcoming fantasy baseball auction draft, there is one parameter that you can add to customize the results:
budget
If no budget is specified, the default value is 260.
In the WordPress Page Editor, a $200 budget would look like this:
[fn_mlb_auction budget='200']
To display the fantasy baseball draft projections on your WordPress website, simply add the following shortcode to any page: [fn_mlb_draft_projections type='hitters']
.
The type parameter is required so we know whether to display projections for hitters or pitchers.
[fn_mlb_draft_projections type='hitters']
will return projections for hitters.
[fn_mlb_draft_projections type='pitchers']
will return projections for pitchers.
In the WordPress Page Editor, it might look something like this:
[fn_mlb_draft_projections type='hitters']
To display fantasy baseball draft rankings on your WordPress website, simply add the following shortcode to any page: [fn_mlb_draft_rankings]
.
There is one possible parameter that can be added:
position
If no position is specified, all positions will be returned.
In the WordPress Page Editor, it might look something like this:
[fn_mlb_draft_rankings position='SS']
will return draft rankings for all shortstops.
[fn_mlb_draft_rankings]
will return draft rankings for all positions combined.
To display current MLB news on your Wordpress website, use the shortcode [fn_mlb_news]
By default, we will display 10 articles. If you want to limit that number, simply add the following "max" attribute to your shortcode: [fn_mlb_news max='5']
[fn_mlb_news max='20']
will return 20 current articles.
In the WordPress Page Editor, it might look something like this:
To display weekly player rater rankings during the season on your WordPress website, simply add the following shortcode to your website: [fn_mlb_player_rater]
.
There is one possible parameter that can be added:
position
If no position is specified, all positions will be returned. If a position is specified, rankings will be displayed based upon the positional rank (example: John Smith is #3 overall but #1 among his position).
In the WordPress Page Editor, it might look something like this:
[fn_mlb_player_rater position='SS']
will return player rater rankings for all shortstops.
[fn_mlb_player_rater]
will return player rater rankings for all positions combined.
To display the MLB schedule on your WordPress website, simply add the following shortcode to any page: [fn_mlb_schedule]
.
To display the NFL schedule for A SPECIFIC TEAM, simply add the following shortcode to any page: [fn_mlb_schedule team='MIL']
where MIL is the team that you want to display.
If a team is specified, that team's entire season schedule will be displayed.
If no team is specified, the current day's games will be displayed. This is useful if you want to show who's playing today.
In the WordPress Page Editor, it might look something like this:
To display expected lineups for all of today's games on your WordPress website, simply add the following shortcode to any page: [fn_nba_lineups]
.
There are no parameters for this shortcode.
In the WordPress Page Editor, it will look like this:
[fn_nba_lineups]
To display the depth charts for all NBA teams on your WordPress website, simply add the following shortcode to any page: [fn_nba_depth_charts]
.
To display a specific team's depth chart, simply add the team variable. Example:
[fn_mlb_depth_charts team='MIL']
will return the Milwaukee Bucks depth chart.
Valid Team Codes: ATL, BKN, BOS, CHA, CHI, CLE, DAL, DEN, DET, GS, HOU, IND, LAC, LAL, MEM, MIA, MIL, MIN, NO, NY, OKC, ORL, PHI, PHO, POR, SA, SAC, TOR, UTA, WAS
In the WordPress Page Editor, it might look something like this:
[fn_nba_depth_charts team='MIL']
To display the fantasy basketball draft projections on your WordPress website, simply add the following shortcode to any page: [fn_nba_draft_projections position='PG']
.
Valid position variables include: PG, PF, SG, SF, C
In the WordPress Page Editor, it might look something like this:
[fn_nba_draft_projections]
To display fantasy basketball draft rankings on your WordPress website, simply add the following shortcode to any page: [fn_nba_draft_rankings]
.
There is one possible parameter that can be added:
position
If no position is specified, all positions will be returned.
In the WordPress Page Editor, it might look something like this:
[fn_nba_draft_rankings position='PG']
will return draft rankings for all point guards.
[fn_nba_draft_rankings]
will return draft rankings for all positions combined.
To display current NBA news on your Wordpress website, use the shortcode [fn_nba_news]
By default, we will display 10 articles. If you want to limit that number, simply add the following "max" attribute to your shortcode: [fn_nba_news max='5']
[fn_nba_news max='20']
will return 20 current articles.
In the WordPress Page Editor, it might look something like this:
To display weekly player rater rankings during the season on your WordPress website, simply add the following shortcode to your website: [fn_nba_player_rater]
.
There is one possible parameter that can be added:
position
If no position is specified, all positions will be returned. If a position is specified, rankings will be displayed based upon the positional rank (example: John Smith is #3 overall but #1 among his position).
In the WordPress Page Editor, it might look something like this:
[fn_nba_player_rater position='PG']
will return player rater rankings for all point guards.
[fn_nba_player_rater]
will return player rater rankings for all positions combined.
To display today's NBA schedule on your WordPress website, simply add the following shortcode to any page: [fn_nba_schedule]
.
To display the NBA schedule for A SPECIFIC TEAM, simply add the following shortcode to any page: [fn_nba_schedule team='MIL']
where MIL is the team that you want to display.
If a team is specified, that team's entire season schedule will be displayed.
If no team is specified, the current day's games will be displayed. This is useful if you want to show who's playing today.
In the WordPress Page Editor, it might look something like this: